Skip to content

apolonsoft/contest-api

Repository files navigation

Contest API

Overview

Contest API in Node.js using ES6 and Express. Intended for use with Postgres using Sequelize ORM.

Getting Started

Install yarn:

npm install -g yarn

Install dependencies:

yarn

Set environment (vars):

cp .env.example .env

Start server:

# Start server
yarn start

Tests:

yarn test

Lint:

# Lint code with ESLint
yarn lint

# Run lint on any file change
yarn lint:watch

Docker Deployment

Docker Compose:

docker-compose up

About

contest for node - express and sequelize postgres

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published