Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 479 Bytes

Traffic Lights

A quick tool you can display on the screens near your desks to allow members of the team to indicate how busy they are.

Getting it running

For development:

  • Create a database of your choice locally
  • Add the Spring DataSource config to a local application.properties file in src/main/resources
  • Run the TrafficLightsApplication (Flyway should sort out the rest)

Building the docker image:

  • Run the Gradle docker task
  • docker run the image