windbender / timeit

a simple mobile web app which is good for recording time trials finish times for a group of athletes with numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeit

How to start the Timeit application

  1. Run mvn clean install to build your application. This will build both backend (dropwizard) and front end (svelte)
  2. Start application with java -jar target/timeit-1.0-SNAPSHOT.jar server config.yml
  3. To check that your application is running enter url http://localhost:8080

Health Check

To see your applications health enter url http://localhost:8081/healthcheck

Svelte App:

see README.md located in src/main/webapp

About

a simple mobile web app which is good for recording time trials finish times for a group of athletes with numbers


Languages

Language:Svelte 34.5%Language:Java 32.6%Language:JavaScript 24.3%Language:CSS 5.9%Language:HTML 2.7%