Skip to content

BackendWorks/post

Repository files navigation

Nest Logo

Description

Nest framework TypeScript repository.

Installation

$ npm install

Running the app

# development
$ npm run dev

# production mode
$ npm start

# debug mode
$ npm run debug

Database Migration

# generate schema
$ npm run generate

# migrate dev
$ npm run migrate

# migrate prod
$ npm run migrate: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.