喜东东的Nestjs课程代码
Go to file
3R-喜东东 4ec73cc0e7 feat:数据操作代码抽象化
- 代码更简洁了
- 借鉴了classroom/nestjs#5 更新了Meilisearch软删除问题
2023-12-18 17:09:05 +08:00
.vscode feat:增加meilisearch 2023-12-17 13:28:39 +08:00
back feat:增加批量删除、软删除和软删除恢复 2023-12-15 11:19:42 +08:00
src feat:数据操作代码抽象化 2023-12-18 17:09:05 +08:00
typings feat(learning): 完成NestJS核心概念和自定义提供者的学习 2023-11-18 23:42:29 +08:00
.eslintignore 初始化NestAPI模板 2023-11-18 00:18:24 +08:00
.eslintrc.js 初始化NestAPI模板 2023-11-18 00:18:24 +08:00
.gitignore feat:自定义全局拦截器、过滤器、验证管道 2023-12-08 13:31:53 +08:00
.prettierignore 初始化NestAPI模板 2023-11-18 00:18:24 +08:00
.prettierrc.js 初始化NestAPI模板 2023-11-18 00:18:24 +08:00
README.md 初始化NestAPI模板 2023-11-18 00:18:24 +08:00
nest-cli.json 初始化NestAPI模板 2023-11-18 00:18:24 +08:00
package.json feat:增加meilisearch 2023-12-17 13:28:39 +08:00
pnpm-lock.yaml feat:增加meilisearch 2023-12-17 13:28:39 +08:00
tsconfig.build.json feat(learning): 完成NestJS核心概念和自定义提供者的学习 2023-11-18 23:42:29 +08:00
tsconfig.json 初始化NestAPI模板 2023-11-18 00:18:24 +08:00
vercel.json feat:增加Vercel配置 2023-11-23 14:51:20 +08:00

README.md

Nest Logo

NestJS 基础配置模板

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

NestJS描述

Nest framework TypeScript starter repository.

安装依赖

$ pnpm install

运行 Ink NestJS API 应用

# 开发环境
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

适配器

http适配器使用了fastify

文档支持

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.