https://github.com/rootdavinalfa/demo-parking-lot
https://github.com/rootdavinalfa/demo-parking-lot
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rootdavinalfa/demo-parking-lot
- Owner: rootdavinalfa
- Created: 2024-09-07T13:57:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T03:03:01.000Z (almost 2 years ago)
- Last Synced: 2025-05-18T07:40:48.349Z (about 1 year ago)
- Language: Kotlin
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`