文件名称:simple-rest-server-no-db:没有任何数据库的简单Rest Server。 使用文件存储的数据
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-22 15:42:50
JavaScript
简单的休息服务器-没有数据库 没有任何数据库的简单Rest Server。 数据存储到文件中。 无需数据库 您必须安装nodejs才能运行此程序 git clone https://github.com/gaurang171/simple-rest-server-no-db.git 如果从此分叉。 git clone https://github.com/YOUR_USERNAME/simple-rest-server-no-db.git 或者您可以下载并解压缩该zip文件。 转到目录 cd simple-rest-server-no-db 安装npm软件包 npm install 启动服务器 npm start OR node server.js 这个怎么运作, 创建新的商品POST请求:帖子数据中不应包含ID POST /users 检索所有物品
【文件预览】:
simple-rest-server-no-db-master
----package.json(1KB)
----data()
--------empty(0B)
----server.js(2KB)
----routes()
--------restFs.js(3KB)
----LICENSE(1KB)
----views()
--------layout.hbs(173B)
--------index.hbs(47B)
--------error.hbs(74B)
----.gitignore(592B)
----public()
--------images()
--------javascripts()
--------index.html(141B)
--------stylesheets()
----README.md(934B)