/vehicle_api

In this project, I used Spring Boot, APIs, documentation, and testing to implement a Vehicles API that serves as an endpoint to track vehicle inventory. While the primary Vehicles API perform CRUD operations (Create, Read, Update and Delete) related to vehicle details like make, model, color, etc., it needs to consume data from other APIs as well regarding location and pricing data. I implemented a RESTful API for the Vehicles API, as well as converting a Pricing Service API to a microservice.

Primary LanguageJavaMIT LicenseMIT

No issues in this repository yet.