Skip to content

simonbrown/car-details

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published