- Install NodeJS
- Install
npm
- Get .env file (email [email protected])
- Run yarn or npm install
- Run
yarn run dev
ornpm run dev
- Check
http://localhost:8080/api/status
to see it works
- Make sure you have installed
Docker
andDocker Compose
- Just run
docker-compose up
to start the server
{
_id: String,
created_at: TimeStamp,
updated_at: TimeStamp,
profile_picture: String,
title: String,
badges: [enum],
firstname: String,
lastname: String,
username: String,
description: String,
rank: [Number]
}
{
_id: String,
week: String,
contest_number: Integer,
ranks: [String],
}