个人博客后端
Go to file
2021-10-31 14:53:11 +08:00
.vscode feat: add docker compose, use @fennec/configuration. 2021-10-31 14:53:11 +08:00
docker feat: add docker compose, use @fennec/configuration. 2021-10-31 14:53:11 +08:00
docs feat: init project. 2021-04-17 13:54:26 +08:00
migrations feat: add docker compose, use @fennec/configuration. 2021-10-31 14:53:11 +08:00
src feat: add docker compose, use @fennec/configuration. 2021-10-31 14:53:11 +08:00
test backup 2021-04-24 14:47:45 +08:00
.eslintrc.js backup 2021-04-24 14:47:45 +08:00
.gitignore backup 2021-04-24 14:47:45 +08:00
.prettierrc backup 2021-04-24 14:47:45 +08:00
config.yml.example feat: add docker compose, use @fennec/configuration. 2021-10-31 14:53:11 +08:00
ecosystem.config.js fix: wrong project name in pm2 ecosystem config. 2021-05-02 22:10:49 +08:00
nest-cli.json feat: init project. 2021-04-17 13:54:26 +08:00
ormconfig.js feat: add docker compose, use @fennec/configuration. 2021-10-31 14:53:11 +08:00
package-lock.json feat: add docker compose, use @fennec/configuration. 2021-10-31 14:53:11 +08:00
package.json feat: add docker compose, use @fennec/configuration. 2021-10-31 14:53:11 +08:00
README.md feat: init project. 2021-04-17 13:54:26 +08:00
tsconfig.build.json feat: init project. 2021-04-17 13:54:26 +08:00
tsconfig.json chore: 更新依赖并支持从 etcd 读取配置。 2021-10-28 22:07:29 +08:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

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

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.

Stay in touch

License

Nest is MIT licensed.