文件名称:note-crud-api:简单的node.js CRUD Rest Api
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-23 12:40:59
JavaScript
简单的node.js CRUD Rest Api
在你开始之前
克隆项目
git clone https://github.com/michnaadam33/note-crud-api.git
安装依赖项
cd
【文件预览】:
note-crud-api-master
----.jshintrc(462B)
----.gitignore(18B)
----app.js(348B)
----package.json(638B)
----models()
--------index.js(877B)
--------note.js(478B)
----index.js(522B)
----README.md(834B)
----config()
--------configServer.json(19B)
--------config.json(52B)
----migrations()
--------20151008140043-create-note.js(816B)
----noteDB.db(5KB)
----routes()
--------notes.js(4KB)
----test()
--------routes.js(2KB)