This repository contains the code for the various leaderboard apps that the Finger Lakes Runners Club uses:
- FLRC Challenge ( 2023 results, 2022 results, 2021 results )
- FLRC Trail Circuit ( 2023 results, 2022 results, 2021 results )
- Run
dotnet restoreto restore dependencies
-
Run
dotnet watch --project Challenge runto start the Challenge server- or
dotnet watch --project TrailCircuit runto start the Trail Circuit server
- or
-
Browse to
http://localhost:5000 -
Run
dotnet testto run tests before committing/pushing
- Run
./dcd up -d --buildto start both apps simultaneously - Browse to
http://localhost:5001for the Challenge, orhttp://localhost:5002for the Trail Circuit - Run
docker compose exec dashboard dotnet testto run tests before committing/pushing
(dcd stands for Docker Compose Dev, and is simple Bash script that translates Docker Compose commands to always use the dev config file)