story_app_API_modified 源码
故事应用程序API 使用DB_NAME设置本地MYSQL数据库(这需要放入db-config中) 设置步骤:- 使用npm install knex -g全局npm install knex -g在终端/ powershell上npm install knex -g 。 克隆此仓库并在其中进行操作,然后运行npm install 在config/db-Secrets.js ,将开发设置更改为您的特定设置(主机,用户名密码,DB_NAME(先前创建),端口等)。 在terminal / powershell上运行knex migrate:latest ,这将应用所有可用的迁移并创建db结构。 运行应用程序 在终端/ Powershell中,执行 npm start 您会看到一条日志 Server running on localhost:3000 Swagger Doc => htt
文件列表
story_app_API_modified-master.zip
(预估有个33文件)
story_app_API_modified-master
validators
emailValidator.js
248B
roleValidator.js
140B
storyValidator.js
698B
.nyc_output
dd8450fa-3f65-497b-a2a5-582dd9a51445.json
22KB
processinfo
dd8450fa-3f65-497b-a2a5-582dd9a51445.json
1KB
index.json
2KB
暂无评论