Skip to content

ibogdan94/nestjs-base

Repository files navigation

Installation

# copy env file and file with prod/test data
$ cp .env.dist .env
$ npm i

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

Migrations

# create a user model migration
$ typeorm migration:create -n UserModel

# run migration
$ ts-node ./node_modules/typeorm/cli.js migration:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors