Skip to content

adiletkdev/top-courses-api

Repository files navigation

Nest Logo

Description

API for online learning platform and courses

.env file

# Inside .env file...

# Database Configurations
MONGO_LOGIN=
MONGO_PASSWORD=
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_AUTHDATABASE=

SALT=
JWT_SECRET=

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

License

MIT licensed.