edirect insure todolist backend:EDirectInsure TODO列表的后端 源码
EDirectInsure TODO列表-后端 安装 $ yarn install (或等价的npm) 配置数据库 该应用程序旨在使用MySQL。 您必须手动创建模式。 mysql > CREATE SCHEMA IF NOT EXISTS ; 默认表的名称为todo_list 。 然后,运行迁移: $ knex migrate:latest 运行应用 为了运行该应用程序,您需要将数据库连接详细信息作为环境密钥传递。 这些是所需的键及其默认值: DB_HOST='127.0.0.1' DB_USER='root' DB_PASSWORD='1234567890' DB_NAME='todo_list' DB_PORT='3306' # development $ nest start # watch mode $ < EN
文件列表
edirect-insure-todolist-backend-main.zip
(预估有个25文件)
edirect-insure-todolist-backend-main
.gitignore
375B
package.json
2KB
src
app.module.ts
1KB
projects
projects.controller.ts
743B
projects.service.ts
1KB
app.controller.spec.ts
617B
main.ts
472B
暂无评论