Skip to content

isuvo/ProgiVehicleBiddingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BidCalculatorApp

To use the BidCalculatorApp, open it in Visual Studio. You will find two projects:

  1. BidCalculatorApi and
  2. 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.

How to run

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

About

Sample project to test skill

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors