API for online learning platform and courses
# Inside .env file...
# Database Configurations
MONGO_LOGIN=
MONGO_PASSWORD=
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_AUTHDATABASE=
SALT=
JWT_SECRET=
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Adilet Kozubaev