Skip to content

danlars/nestjs-boilerplate

Repository files navigation

Nest Logo

Description

Nest framework TypeScript starter repository.

Installation

$ yarn install --pure-lockfile

Migrate & Seed the Database

$ yarn setup:db # This will drop the existing database, recreate & seed it.

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

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.

About

NestJS Boilerplate with seed command. Set up with TypeORM & Passport HTTP Bearer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published