Skip to content

Counter dashboard of positive and negative push events during Coding Dojo "championships".

License

Notifications You must be signed in to change notification settings

codecop/push-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push Counter

Counter dash board of positive and negative push events during Coding Dojo "championships".

Running the project

Once you have configured and installed Maven, the Java Development Kit and Push Counter sources, you can start the application by running this command from the root folder of the project:

mvn exec:java

The application will then be available at localhost port 4567.

Running the project in Docker

The application is published on the docker hub. You can run its latest version like this:

docker run -p4567:4567 "codecop/push-counter"

The application will then be available at localhost port 4567.

Licenses

Push Counter Copyright (c) 2021, Peter Kofler. All rights reserved. New BSD License, see LICENSE in repository.

Images are CC BY 3.0: Crown Coin by lorc, Medal by lorc, Laurels Trophy by delapouite. Sounds are CC 0: Badge Coin Win by steaq.

History

  • 19.01.2021 - 5.0h - initial version of counter application
  • 22.01.2021 - 1.0h - cleanup
  • 22.01.2021 - 1.0h - various client code variations, see sample client
  • 05.02.2021 - 3.0h - refresh, JSON content type, copyright, version
  • 07.02.2021 - 1.0h - sound
  • 16.02.2021 - 1.0h - +/- links