A carsales application which only works for cars at the moment. I have also kept in mind all the other types of vehicles which can be added in the application later on.
Versioning
- .Net Core 3.0
- Angular 6.0
- Bootstrap
Up and Running
Please follow the below steps to run the application locally.
Prerequisites Run the following commands
- npm command or ng command
npm install npm@latest -g or npm install npm@latest -g
To run the application
- download or clone the application.
- Open solution in Visual Studio.
- Build and run the application.
Enjoy :)