Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (17 loc) · 960 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 960 Bytes

Tournaments API

CI Codecov

The back-end for tournament management application.

Documentation for API endpoints is available here.

Front-end is available here.

Prerequisites

Setup

Run make setup,

then launch the app via make start.

API will be available at http://localhost:3000/.

Running Tests

To run the tests, use the following command: make test.

Updating documentation

API documentation: make documentation.

Database schema: make schema.