rest-app:Web 技术硕士教程

时间:2024-07-31 07:59:55
【文件属性】:

文件名称:rest-app:Web 技术硕士教程

文件大小:13KB

文件格式:ZIP

更新时间:2024-07-31 07:59:55

JavaScript

休息应用 Web 技术硕士教程 安装 安装 MySQL数据库设置 在本地 MySQL 中创建一个数据库,并替换 config 文件夹下 config.js 中的数据库名称。 SQLite 数据库设置 SQLite 数据库位于根路径中。 RESTful API http.get /questions :获取问题列表 http.post /questions 带参数:title: 'question title' 和 content:'question content'。


【文件预览】:
rest-app-master
----public()
--------stylesheets()
----views()
--------index.html(233B)
--------error.html(264B)
--------layout.html(262B)
--------question.html(525B)
----create.js(652B)
----app.js(2KB)
----config()
--------config.js(674B)
--------routes.js(359B)
----LICENSE(1KB)
----README.md(450B)
----.gitignore(602B)
----app()
--------models()
--------controllers()
----bin()
--------www(264B)
----routes()
--------question.js(378B)
--------users.js(197B)
--------index.js(199B)
----restapp.sqlite(128KB)
----package.json(427B)

网友评论