The back-end for tournament management application.
Documentation for API endpoints is available here.
Front-end is available here.
Run make setup
,
then launch the app via make start
.
API will be available at http://localhost:3000/.
To run the tests, use the following command: make test
.
API documentation: make documentation
.
Database schema: make schema
.