[Under Construction]
REST API with Spring and Authentication
The target is to create a REST application to perform the service records of a vehicle, this API can be used as a common user or an auto mechanic shop.
At the moment the deployed application is running using dev profile, when all endpoints are open.
Fell free to check the Docs generated by Swagger
http://devmaster.onthewifi.com:7280/vehicle-service-record/swagger-ui.html#/
REST Endpoint to list vehicles http://devmaster.onthewifi.com:7280/vehicle-service-record/vehicles PS. The Heroku App (Free) takes around 20 seconds to start, please wait for the page loading.
Swagger:
REST Diagram for /vehicles GET and POST