A tournament management system designed for tracking Polyspear tournament results
To run this project, you will need to add the following environment variables to your .env file (see also .env.example)
MONGO_URL
JWT_SECRET
REDIS_URL
You can run this project using docker-compose
git clone https://github.com/bartoszstepien01/polyspear-arbiter.git
cd polyspear-arbiter
docker-compose up
or using npm
git clone https://github.com/bartoszstepien01/polyspear-arbiter.git
cd polyspear-arbiter
npm install
npm run dev