Skip to content

Car Service RESTful API

License

Notifications You must be signed in to change notification settings

ttomasicc/car-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: