An app to keep track of times for a variety of races.
- Hold race records for each racer who can:
- Access there data with just there
racerID
(no need for a password)- Add times to there record with a length and time
- Get all of there times
- Get a list of all racer times
- Hold a variaty of lengths of races
- Hold multiple races for each user and length
- Be accesed with basic requests (JSON response)
The program can currently be ran with: docker-compose -f docker-compose.dev.yml up --build
and tested with: docker build -t race-time-keeper --target test .
You can also test for youself when the program is build with curl statements along the lines of:'
curl --data '{"foo":"bar"}' --header 'content-type: application/json' localhost:3030/test
curl localhost:3030/test
Made by Callum Gilchrist