git clone https://github.com/ivanbarayev/ekip-test.git
cd ekip-test
npm install# With Docker
docker-compose up
# Without Docker (if you will use this option, you should fill mongodb auth creditentals in .envfile
nodemon
# lint check
npm run lint
# run project with ts support
ts-node src/server.ts# For Windows
npm run buildw
# For Linux
npm run buildl# to start compiled node code
npm startInstructions in this file Setup.