Make Sure to complete API setup before the compiling process for the application.
Open the folder name Driver App inside the Food-Dining Folder.
Now open Driver App/src/environments/environment.prod.ts and Driver App/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/
- YOUR_APP_NAME
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