A Web API designed to track vehicles position using GPS navigation and register the vehicle and update its position.
This solution is built using ASP.NET CORE and SQLite.
Follow the steps below to run the application:
To fully utilise the GPS location, kindly replace the GOOGLE_API_KEY placeholder with a valid Google API key in the Gmap:APIKey section provided the appsettings.Development.json file.
Open the application in Visual Studio Code or any preferred IDE and navigate to the API folder.
Run the following command next: dotnet watch run.
The Postman documentation can be accessed here: https://documenter.getpostman.com/view/2779067/TzCP88Cd