Contest API in Node.js using ES6 and Express. Intended for use with Postgres using Sequelize ORM.
Install yarn:
npm install -g yarnInstall dependencies:
yarnSet environment (vars):
cp .env.example .envStart server:
# Start server
yarn start
Tests:
yarn test
Lint:
# Lint code with ESLint
yarn lint
# Run lint on any file change
yarn lint:watchDocker Compose:
docker-compose up