https://github.com/rodrigo-sp17/super-vehicle-api
Vehicle store API using microservices. Distributed pricing and location service connected with Netflix's Eureka.
https://github.com/rodrigo-sp17/super-vehicle-api
microservices rest-api spring-boot
Last synced: about 2 months ago
JSON representation
Vehicle store API using microservices. Distributed pricing and location service connected with Netflix's Eureka.
- Host: GitHub
- URL: https://github.com/rodrigo-sp17/super-vehicle-api
- Owner: rodrigo-sp17
- License: mit
- Created: 2020-11-23T16:44:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T17:44:38.000Z (over 5 years ago)
- Last Synced: 2025-06-15T10:07:45.875Z (about 1 year ago)
- Topics: microservices, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ND035-P02-VehiclesAPI-Project
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.
## Instructions
Check each component to see its details and instructions. Note that all three applications
should be running at once for full operation. Further instructions are available in the classroom.
- [Vehicles API](vehicles-api/README.md)
- [Pricing Service](pricing-service/README.md)
- [Boogle Maps](boogle-maps/README.md)
## Dependencies
The project requires the use of Maven and Spring Boot, along with Java v11.