个人博客后端
Go to file
2021-07-24 10:34:10 +08:00
.vscode backup 2021-04-24 14:47:45 +08:00
docs feat: init project. 2021-04-17 13:54:26 +08:00
src feat: tags module. 2021-07-24 10:34:10 +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: 添加鉴权相关功能。 2021-07-17 17:32:42 +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
package-lock.json chore: 更新 auth 依赖。 2021-07-22 10:51:57 +08:00
package.json chore: 更新 auth 依赖。 2021-07-22 10:51:57 +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 feat: init project. 2021-04-17 13:54:26 +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.