Skip to content

tomaszbilka/nestjs_blog_api

Repository files navigation

Description

Nest application with basic features.

Installation

$ yarn install

Running the app

# development watch mode
$ yarn start

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Migrations

# create migration
yarn db:create /src/migrations/<migration_name>

# run migration
yarn db:migrate

# drop data base
yarn db:drop

# seed data base
yarn db:seed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published