https://github.com/manuelernesto/vehicle-api
https://github.com/manuelernesto/vehicle-api
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manuelernesto/vehicle-api
- Owner: manuelernesto
- License: mit
- Created: 2021-01-01T23:12:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T07:34:14.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T16:44:09.820Z (9 months ago)
- Language: Java
- Size: 150 KB
- Stars: 1
- Watchers: 2
- 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.