Frontend implementation for modified car-themed-API made in .NET Core 3.1 done in Angular to practise framework and use best practises. App consists of two sections: dealers and order that were ready to use from backend. With project running you can perform typical CRUD operations for both sections. You can also filter table data.
Tools & Technologies
Angular 10, Bootstrap 4, Angular Material, VSC, VS2019
Running application
In order to run application:
1. Open frontend.
2. Run npm run start
from terminal
3. Open backend.
4. Compile & Run project. (Note that app uses MSSQL as Database provider)
5. Frontend is available at: http://localhost:4200/