Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 929 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 929 Bytes

Car Service API - TL;DR

Technologies required:

Running the Car Service API:

1. Run External API:

$ cd ./external && python3 -m http.server 8008

2. Build OAuth2.0 Resource Server Docker Image:

$ cd ./oauth2resourceserver && ./gradlew bootBuildImage

3. Build Car Service API Docker Image:

$ cd ./api && ./gradlew bootBuildImage

4. Run Docker Compose:

$ cd ./api/etc/docker && docker-compose up

Car Service API 🚗

Click here to learn more about Car Service API (main project).

Links to subprojects required to run the Car Service API: