An open API service indexing awesome lists of open source software.

https://github.com/rootdavinalfa/demo-parking-lot


https://github.com/rootdavinalfa/demo-parking-lot

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Parking API Demo

Note:

- Use Java 17 or latest.
- Need postgresSQL DB
- Run with gradle 8.10 or using gradle wrapper via `./gradlew bootRun`

You can find the OpenAPI 3 documentation at /swagger-ui.html

Answer for
- Q1 on swagger with group `Controller Q1` or /q1 endpoint
- Q2 you may find on file Dockerfile and .github/workflows/docker-image.yml
- Q3 on swagger with group `Controller Q3` or /q3 endpoint

For automatically run the test, you may want to run `./gradlew test`