Skip to content

bms-devs/hackathon-heroku-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WC Monitor [hackathon-heroku-app]

This is an application for monitoring the availability of toilets.

Running the application

Using maven: mvn spring-boot:run. After starting the application, point your browser to http://localhost:3332.

Using a Postgres database for persistence

For running the application using a real Postgres database, uncomment all property definitions in the application.properties file and put the configuration for your Postgres instance there. You can also use Docker for starting a Postgres database. Just run the docker-postgres.sh script and it will create a Postgres container for you. When using docker, all you have to change in the application.properties file is spring.datasource.url. For boot2docker users, the host name should already be correct. For Linux users it has to be changed to localhost.

License

Code is under the Apache Licence v2.

About

Demo project showing how to deploy a Spring Boot application to Heroku

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 80.8%
  • HTML 10.8%
  • JavaScript 6.7%
  • Other 1.7%