Skip to content

mrvaruntandon/ParkingService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParkingService

To start this backend project please set the following environment variables:

  • MYSQL_DB_HOST : hostname of MySQL server
  • MYSQL_DB_PORT : port of MySQL server
  • DB_NAME : name of schema
  • MYSQL_DB_USER : username for the application
  • MYSQL_DB_PASSWORD : password for the above username

Once the above environment variables are provided, use the below command to start the app:

./gradlew bootRun

About

Simple project to create a parking service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages