1. Home
  2. Docs
  3. ultimate-flutter-news-app
  4. Backend Configuration
  5. Setup Admin Panel With API Server

Setup Admin Panel With API Server

Adding API With Admin Panel

Make Sure to complete API setup before the compiling process for the application.

Open the folder name Admin Panel App.

Now open Admin Panel/src/environments/environment.prod.ts and Admin Panel/src/environments/environment.ts file and change the following.

Update baseURL with your API URL

  • https://yourapiendpoint.com/public/api/
  • https://yourapiendpoint.com/public/storage/images/

save both these files.

 

open Terminal and go to a directory where is your app. You can use the following command to go to a different directory.

  • cd project folder

Then Run command

  • npm install
  • ng serve
Was this article helpful to you? Yes No 1

How can we help?