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
.