Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stealthworm/parking_cloud_dio
Project for Java Studies
https://github.com/stealthworm/parking_cloud_dio
Last synced: 7 days ago
JSON representation
Project for Java Studies
- Host: GitHub
- URL: https://github.com/stealthworm/parking_cloud_dio
- Owner: StealthWorm
- Created: 2022-11-03T22:19:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T02:40:40.000Z (about 1 year ago)
- Last Synced: 2024-04-15T06:24:41.972Z (7 months ago)
- Language: Java
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PARKING PROJECT DIGITAL INNOVATION ONE - DIO
> Project for Java Studies
In this project I had the challenge of developing a set of APIs using **Spring Boot** to control a parking lot. The entry, exit and amount to be charged from the customer will be controlled. All API development best practices were applied, including security with **Spring Security** and access to **PostgreSQL** databases. Tests and test coverage reports were performed. After completion, the app was deployed to the Heroku cloud in order to make our API available to the Internet.
--- ---You can access the Swagger Endpoints using the url below, after execute the main project
> http://localhost:8080/swagger-ui/index.htmlOr, using Render interface, using the link below:
[https://parking-cloud-dio-api.onrender.com/swagger-ui/index.html#/ParkingController]
> user: user
> password: 12345--- ---
## 🔎 Docker Container basic configs
### Start and Stop#### Stop Database
docker stop parking-db#### Start Database
docker start parking-db--- ---
## 🔎 Technologies Used