Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.69 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.69 KB

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