1. Home
  2. Docs
  3. Ultimate Food Delivery Ionic7 and Laravel
  4. Backend Configuration
  5. Setup User App With API Server

Setup User App With API Server

Adding API With User Panel

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

Open the folder name User App inside the ShopBay-App Folder.

Now open User App/src/environments/environment.prod.ts and User App/src/environments/environment.ts file and change the following.

 

Get Firebase Keys Using This Link

Update baseURL with your API URL

  • https://yourapiendpoint.com/public/api/
  • https://yourapiendpoint.com/public/storage/images/
  • YOUR_APP_NAME
  • FIREBASE CREDS

saves 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
  • ionic serve
Was this article helpful to you? Yes No

How can we help?