Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.html

Or, 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