文件名称:mern_app
文件大小:7KB
文件格式:ZIP
更新时间:2024-03-24 20:40:07
JavaScript
TaleasTask1-Crud 任务1的演示 跑步: 安装NodeJ(稳定版) 通过git clone或ZIP下载此git存储库(单击名为Code的绿色按钮,然后将显示选项) 打开文件夹 在文件夹中打开终端(在Windows中,您可以通过SHIFT +右击=>打开Powershell来打开它) 'npm install'+输入 'npm start'+输入 使用邮递员发送获取/发布请求
【文件预览】:
mern_app-master
----models()
--------index.js(86B)
--------Course.js(285B)
--------Student.js(395B)
----package.json(389B)
----db-operations()
--------Course.js(969B)
--------operations.js(417B)
--------Student.js(952B)
----server.js(728B)
----routes()
--------course.js(489B)
--------student.js(514B)
----controllers()
--------course.js(2KB)
--------student.js(2KB)
----serverless.yml(182B)
----.gitignore(42B)
----README.md(395B)
----config.json(110B)