Skip to content

async-devil/mongodb-nestjs-backend-template-ts

Repository files navigation

Installation

$ yarn install

Configuration

Example of configuration file

PORT=3000

MONGO_HOST="mongodb://localhost"
MONGO_PORT=27017
MONGO_DB="test"

Production env in .production.env development env in .development.env

Running the app

# production mode
$ yarn start

# development mode
$ yarn start:dev

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published