Skip to content

Another cool project from DIO learning platform, a Spring Boot program that manages a parking lot. Entries, exits and amount to be charged from the customer will be controlled.

guiuba/cloud-parking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-parking

Run database

docker run --name parking-db -p 5432:5432 -e POSTGRES_DB=parking -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=123 -d postgres:10-alpine

About

Another cool project from DIO learning platform, a Spring Boot program that manages a parking lot. Entries, exits and amount to be charged from the customer will be controlled.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages