文件名称:parvathi_amma_kovil
文件大小:24KB
文件格式:ZIP
更新时间:2024-04-16 20:04:47
JavaScript
节点-js-sqlite 具有CRUD路由的简单NodeJS Rest API。 使用SQLite数据库 如何安装 $ git clone https://github.com/lcarlesso/node-js-sqlite.git $ cd node-js-sqlite $ npm install $ npm run dev 它将在端口4300上运行 如何使用 邮政 添加新产品: http://localhost:4300/api/product 发送JSON正文: { "name" : "ExampleProductName" , "description" : "Example product description" , "price" : 2.00 , "currency" : "EUR" } 或一系列产品: [ { ... } , { ... } ]
【文件预览】:
parvathi_amma_kovil-master
----package.json(532B)
----server.js(1KB)
----app()
--------data()
--------assets()
--------routes()
----.gitignore(13B)
----README.md(3KB)