文件名称:NestJS-TypeORM
文件大小:126KB
文件格式:ZIP
更新时间:2024-03-07 07:04:45
TypeScript
NestJS示例 프로젝트 新增功能NestJS新增功能CRUD新增功能。 기택스택:TypeScript + NestJS + TypeORM 글들정리한: 기능 게시판API를이다。 密码CRUD는는이라고기때문이다。 。이블같다。 users ()테이블은가컬럼들을다。 user_id(INTEGER,PK) 名称(VARCHAR(200),NOT NULL) 电子邮件(VARCHAR(200),NOT NULL,UNIQUE) 密码(VARCHAR(1000),NOT NULL) boards( boards )블은이블은갖는다。 board_id(INTEGER,PK) 标题(VARCHAR(400),NOT NULL) 内容(VARCHAR(1000),NOT NULL) created_at(DATETIME,非空) last_modified
【文件预览】:
NestJS-TypeORM-main
----.gitignore(438B)
----package.json(2KB)
----src()
--------app.module.ts(265B)
--------entities()
--------user()
--------main.ts(397B)
--------utils()
--------common()
----tsconfig.json(365B)
----.eslintrc.js(666B)
----readme.md(1KB)
----tsconfig.build.json(97B)
----ormconfig.ts(269B)
----test()
--------user.e2e-spec.ts(5KB)
--------jest-e2e.json(183B)
----.prettierrc(51B)
----yarn.lock(281KB)
----nest-cli.json(64B)