Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ErikJiang/nest-seed

Repository files navigation

Nest Logo

NEST 种子工程框架

安装依赖

$ npm install

创建数据库

CREATE DATABASE nestseed DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;

配置 config/typeorm.ts 数据库连接参数;

启动项目

# development
$ npm run start

# watch mode
$ npm run start:dev

# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr

# production mode
$ npm run start:prod

测试

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

预计需要支持

  • Swagger
  • TypeORM
  • JWT
  • Logger

About

🌱 nest.ts 种子框架

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published