simonbrown / car-details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

car-details

React/ASP.NET Core webapp to look up details of a car based on its registration plate using the government's MOT details API.

The server side is a simple proxy of this API.

Usage:

Apply for an API key here, set the MOT_API_KEY environment variable and then run the server using dotnet start

dotnet run

Features:

  • Look up car details based on registration plate
  • See what percentage of the car's MOTs passed

Testing:

Run the server tests using dotnet test in the root directory.

Run the client tests using npm test in car_details/ClientApp.

About


Languages

Language:TypeScript 58.4%Language:C# 25.6%Language:HTML 9.8%Language:JavaScript 4.5%Language:CSS 1.7%