Dorota1997 / cars-api-angular

Frontend implementation in Angular 10 for modified API made in .NET Core 3.1 with filtering and different approach to edit data shown for client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cars App - frontend

About

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/


Screenshots

#toadd #toadd
#toadd #toadd

About

Frontend implementation in Angular 10 for modified API made in .NET Core 3.1 with filtering and different approach to edit data shown for client.

License:MIT License


Languages

Language:C# 61.2%Language:TypeScript 30.7%Language:HTML 4.8%Language:Less 2.0%Language:JavaScript 1.2%