Backend for shiftscreen. Made with TypeScript, Nest.js, MySQL and TypeORM.
The first time, get all the dependencies loaded via
npm installAnd then, define custom environment variables by creating .env file according to pattern from .env.sample
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prodshiftscreen API is fair-code licensed under Apache 2.0 with Commons Clause
