- Run
yarn install
for installing dependencies - Run
yarn start:dev
to start server in development mode
- Run
yarn install
for installing dependencies - Run
yarn build
to build TypeScript code - Run
node build/index.js
to run server
We use MongoDB as our primary database.
To init necessary MongoDB indexes and collections you need to run init-indexes.js
file with the following command:
docker-compose -f docker-compose.dev.yml exec mongodb mongo /scripts/init-indexes.js