文件名称:nestjs-typeorm-mysql-example:Nest.js + TypeORM + Typescript + MySQL
文件大小:116KB
文件格式:ZIP
更新时间:2024-04-22 11:18:51
TypeScript
Nest.js + TypeORM + Typescript + MySQL 生成命令 # install dependencies npm install # create test database and test user or you could change ormconfig for fix connection mysql -u root -p < ./res/create-testdb.sql # run migrations npm run migration:run # run test npm run test:e2e # run lint npm run lint # start project npm start 装备 语言-打字稿,框架-NestJS,基础-Mysql,Orm-typeorm。 用户收到的确认存储在数据库表中。 服务从(string (16)
【文件预览】:
nestjs-typeorm-mysql-example-master
----.gitignore(375B)
----ormconfig.json(340B)
----res()
--------create-testdb.sql(336B)
----package.json(2KB)
----package-lock.json(446KB)
----src()
--------app.module.ts(250B)
--------main.ts(328B)
--------thanks()
--------migrations()
----tsconfig.json(336B)
----.eslintrc.js(599B)
----README.md(3KB)
----tsconfig.build.json(97B)
----test()
--------thanks.e2e-spec.ts(5KB)
--------jest-e2e.json(183B)
----.prettierrc(51B)
----nest-cli.json(64B)