Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1016 Bytes

README.md

File metadata and controls

65 lines (45 loc) · 1016 Bytes

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.