Project repository for JavaND Project 2, where students implement a Vehicles API using Java and Spring Boot that can communicate with separate location and pricing services. In this project, a REST-based Vehicles API communicates with a location and pricing service using Spring Boot, along with converting the existing Pricing Service API to a microservice registered on a Eureka server.
Check each component to see its details and instructions. Note that all three applications should be running at once for full operation.
The project requires the use of Maven and Spring Boot, along with Java v11.
The resources below were used while implementing this project.