Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raminmammadzada/vehicles-api-with-spring
An API created with Spring Boot including microservices, graphql, unit&intergration testing and swagger.
https://github.com/raminmammadzada/vehicles-api-with-spring
Last synced: 2 days ago
JSON representation
An API created with Spring Boot including microservices, graphql, unit&intergration testing and swagger.
- Host: GitHub
- URL: https://github.com/raminmammadzada/vehicles-api-with-spring
- Owner: RaminMammadzada
- License: mit
- Created: 2022-08-19T15:27:18.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-22T14:36:57.000Z (over 2 years ago)
- Last Synced: 2024-12-11T17:31:17.103Z (12 days ago)
- Language: Java
- Size: 149 KB
- Stars: 0
- 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.