This is Toma, a Tournament Management API. Currently has completed Single Elimination tournaments.
-
Install Postgres
-
In Postgres, create the database:
CREATE DATABASE toma; -
Create a
.envfile as per the example, where '${}' denotes arguments to be filled -
While in the "toma-server" folder, install all dependencies with "npm install"