https://github.com/jitinder/car-website-backend
My Solution for the 2nd project in Java Web Developer Nanodegree (Udacity)
https://github.com/jitinder/car-website-backend
Last synced: 2 months ago
JSON representation
My Solution for the 2nd project in Java Web Developer Nanodegree (Udacity)
- Host: GitHub
- URL: https://github.com/jitinder/car-website-backend
- Owner: jitinder
- License: mit
- Created: 2020-07-30T19:04:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T18:06:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T06:29:10.353Z (about 1 year ago)
- Language: Java
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.