Skip to content

carat-jhcha/nestjs-tutorial

Repository files navigation

Nestjs-Tutorial

Local Environment

Installation dependecies

$ yarn

Development Tools

db migration

# reset schema
$ yarn db:reset

# create migration
$ yarn db:makeMigration "MIGRATION MESSAGE"

# apply migration
$ yarn db:migrate

setup infra

$ docker-compose up -d

Running the app

# development
$ yarn run start:local

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published