minhhh-0927 / book-reviewing-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Reviewing System

Installation

$ yarn install

Migration file

Migrate

yarn build
ts-node ./node_modules/typeorm/cli.js migration:run

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# incremental rebuild (webpack)
$ yarn webpack
$ yarn start:hmr

# 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

License:MIT License


Languages

Language:JavaScript 82.7%Language:CSS 15.7%Language:HTML 0.7%Language:Nunjucks 0.4%Language:TypeScript 0.4%Language:Less 0.1%Language:Shell 0.0%