/colab16-team9

Dr. Car Quotes Web API Project

Primary LanguageC#

Dr. Car Quotes is a tool that allows car owners to quickly learn price ranges for needed repairs and maintenance, and compare prices at different auto shops.

Frontend Repo | API Documentation | Website

Tools & Technologies:

.NET 7, C#, SQL Server, ASP.NET Core, Entity Framework Core and Visual Studio 2022.

API Endpoints

Cars

GET /cars/get-all-cars
GET /cars/{id}

Quotes

GET /quotes/get-best-quotes
GET /quotes/{id}

Repair Services

GET /repairservices/get-all-repairservices
GET /repairservices/{id}