NestJS版本3.0REST API入门包

NestJS-RestAPI-starter 是一个基于 REST API 的 NodeJS 入门包,适合快速构建企业级的 API 服务。它支持最新版本的 NestJSTypeScript,并且完全模块化。想要搭建一个高效的后端系统?这个模板可以帮你快速启动,内建了所有常见功能,比如身份验证、日志记录、错误等等。最棒的是,它采用了类似 Angular 的架构,便于扩展和维护。开发模式下只需要运行 npm run start,生产环境则用 npm run start:prod,简便。

zip
NestJS-RestAPI-starter-master.zip 预估大小:57个文件
folder
NestJS-RestAPI-starter-master 文件夹
folder
config 文件夹
file
default.ts 131B
file
package.json 2KB
file
tslint.json 928B
folder
test 文件夹
file
jest-e2e.json 154B
file
app.e2e-spec.ts 593B
file
.prettierrc 51B
folder
src 文件夹
folder
shared 文件夹
file
shared.module.ts 587B
folder
auth 文件夹
folder
strategies 文件夹
file
jwt-strategy.service.ts 1KB
file
jwt-strategy.service.spec.ts 492B
file
auth.service.spec.ts 442B
file
auth.service.ts 1KB
file
jwt-payload.interface.ts 142B
folder
utilities 文件夹
file
enum-to-array.ts 127B
file
get-operation-id.ts 411B
folder
decorators 文件夹
file
roles.decorator.ts 189B
file
base.service.ts 2KB
folder
mapper 文件夹
file
mapper.service.spec.ts 456B
file
mapper.service.ts 778B
folder
filters 文件夹
file
http-exception.filter.ts 884B
folder
configuration 文件夹
file
configuration.service.spec.ts 505B
file
configuration.enum.ts 114B
file
configuration.service.ts 526B
folder
guards 文件夹
file
roles.guard.ts 941B
file
api-exception.model.ts 414B
folder
pipes 文件夹
file
to-boolean.pipe.ts 311B
file
base.model.ts 776B
file
app.module.ts 1KB
folder
user 文件夹
folder
models 文件夹
file
user.model.ts 902B
file
user-role.enum.ts 61B
folder
view-models 文件夹
file
register-vm.model.ts 242B
file
user-vm.model.ts 593B
file
login-vm.model.ts 155B
file
login-response-vm.model.ts 197B
file
user.controller.spec.ts 471B
file
user.service.spec.ts 442B
file
user.module.ts 517B
file
user.service.ts 2KB
file
user.controller.ts 2KB
file
main.ts 1KB
file
app.controller.ts 204B
file
app.service.ts 87B
file
app.controller.spec.ts 588B
folder
todo 文件夹
folder
models 文件夹
folder
veiw-models 文件夹
file
todo-vm.model.ts 421B
file
todo-params.model.ts 287B
file
todo-level.enum.ts 79B
file
todo.models.ts 644B
file
todo.controller.spec.ts 471B
file
todo.service.spec.ts 442B
file
todo.service.ts 1KB
file
todo.module.ts 436B
file
todo.controller.ts 5KB
file
tsconfig.json 477B
file
.gitignore 34B
file
webpack.config.js 691B
file
.nestcli.json 60B
file
README.md 2KB
file
nodemon.json 147B
...
zip 文件大小:32.34KB