To use the BidCalculatorApp, open it in Visual Studio. You will find two projects:
- BidCalculatorApi and
- VehicleBiddingApp.
The first project is an API with a defined endpoint, while the second one is a Vue app. This captures the API response inside the vue app.
The API runs on port 5238, while the web app runs on port 5296.
Right-click on the solution -> startup project -> Multiple start-up projects -> select start -> Apply/ok
The solution is designed to allow you to run both the API and web app together by simply running the solution. Alternatively, you can run the API project and then run the wwwroot/index.html file separately.
Take a look at the VehicleBidding/Screenshots for better understanding.
Video Tutorial: /VehicleBidding/Screenshots/Tutorial.mp4