src | ||
.babelrc | ||
.commitlintrc.js | ||
.env.example | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.lintstagedrc.json | ||
.prettierignore | ||
.prettierrc | ||
ecosystem.config.js | ||
jest.config.ts | ||
jest.setup.ts | ||
LICENSE.md | ||
nodemon.json | ||
package.json | ||
production.config.js | ||
README.md | ||
SECURITY.md | ||
test.config.ts | ||
tsconfig.json | ||
tsconfig.paths.json | ||
yarn.lock |
Setup back
Contributing
Getting started
Clone the project:
git clone git@github.com:FelixLgr/BUT-3-Dev.git
Add environment variables:
⚠️The MONGO_URL and MONGO_URL_TEST variables must be url encoded
cp .env.example .env
Set up the project:
yarn setup
Development
To start the development server you need to run the following commands:
yarn start:development