A cross-platform software for doing timing on running events
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
A preconfigured DB, connection configuration is done in hibernate_cfg.xml configur log4j in log4j.properties
- clone this repository
- compile - mvn clean install (To rum without test: mvn clean install -DskipTests)
A step by step series of examples that tell you how to get a development env running
End with an example of getting some data out of the system or using it for a little demo
mvn test
mvn clean compile assembly:singl java -jar target/grtiming-1.1-jar-with-dependencies.jar
To start swing GUI: run Main method in se.rich.grtiming.experience.GrTimingForm
To start Vaadin application: mvn spring-boot:run
Endpoints:
/address
/address/{id}
/participants
/participant/{id}
/ping
/race
/race/{id}
/register/{id}
/raceevent
/raceevent/{id}
Add additional notes about how to deploy this on a live system
- Maven - Dependency Management
- Rickard Hillebrink - Initial work - rickardhm