https://github.com/khalefahmed/cars
About Cars Microservice and REST APIs - an exploration of Netflix Eureka and Spring Cloud - Udacity Java Web Developer Nanodegree Project 2
https://github.com/khalefahmed/cars
eureka-client eureka-server hateoas java mock spring-boot spring-data-rest swagger-ui
Last synced: 4 months ago
JSON representation
About Cars Microservice and REST APIs - an exploration of Netflix Eureka and Spring Cloud - Udacity Java Web Developer Nanodegree Project 2
- Host: GitHub
- URL: https://github.com/khalefahmed/cars
- Owner: KhalefAhmed
- License: mit
- Created: 2021-04-12T21:19:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T03:18:11.000Z (about 4 years ago)
- Last Synced: 2024-12-28T07:38:47.550Z (6 months ago)
- Topics: eureka-client, eureka-server, hateoas, java, mock, spring-boot, spring-data-rest, swagger-ui
- Language: Java
- Homepage:
- Size: 209 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.