/my-nest-project

Project based on Nestjs from Zero to Hero (Udemy Course) - Bootstraped with @nestjs/cli

Primary LanguageTypeScript

Description

This is a project made during NestJS Zero to Hero course from Udemy. I'm using Nest framework TypeScript starter repository to bootstrap the project. Check them out. They're awesome.

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

License

Nest is MIT licensed.