node-mongo-rest-service:使用Node,Express和mongo作为数据库的静态服务

时间:2024-06-17 16:05:25
【文件属性】:

文件名称:node-mongo-rest-service:使用Node,Express和mongo作为数据库的静态服务

文件大小:47KB

文件格式:ZIP

更新时间:2024-06-17 16:05:25

JavaScript

Node-Mongo-Rest服务 使用Node,Express和mongo作为数据库的静态服务 **注意:需要在开发机器中安装mongodb,在继续操作之前,请确保已设置mongo的数据源。 开始使用 克隆项目。 git clone https://github.com/kpunith8/node-mongo-rest-service.git 安装依赖项。 npm install 运行示例应用程序。 npm run start 在http://localhost:3000打开开发服务器 使用http://localhost:3000/api/books调用服务 使用JWT进行身份验证和密码加密 请参阅以获取更多详细信息


【文件预览】:
node-mongo-rest-service-master
----.gitignore(929B)
----app.js(991B)
----package.json(709B)
----package-lock.json(66KB)
----models()
--------bookModel.js(264B)
--------person.js(285B)
--------story.js(329B)
--------post.js(375B)
--------user.js(416B)
----LICENSE(34KB)
----auth()
--------index.js(870B)
--------README.md(2KB)
----views()
--------index.ejs(2KB)
----utils()
--------QueryExecutor.js(250B)
--------validation.js(599B)
--------verifyAuth.js(678B)
--------dbConnection.js(430B)
--------test-scenarios.js(3KB)
----README.md(652B)
----Procfile(24B)
----controllers()
--------bookController.js(559B)
----routes()
--------bookRoutes.js(2KB)
--------postRoutes.js(576B)
--------authRoutes.js(2KB)
----app.json(342B)
----.editorconfig(103B)

网友评论