Skip to content

Aaronkst/nest-js

Repository files navigation

Nest Backend Template

NestJS

Installation

yarn

Running the app

# development
yarn start

# watch mode
yarn start:dev

# production mode
yarn start:prod

Test

# unit tests
yarn test

# e2e tests
yarn test:e2e

# test coverage
yarn test:cov

Swagger Documentation

Swagger documentation available at /help

Prerequisites

Database

Requires a postgres database server running on port 5432

Environment Variables

Refer to the .env.example file for environment file structure

About

testing nest js app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published