文件名称:NodeAPI:在Node.js + MongoDB上的简单RESTful API实现
文件大小:37KB
文件格式:ZIP
更新时间:2024-02-22 16:59:51
nodejs api express mongodb restful
节点REST API NodeAPI是基于*Node.js和Express.js与Mongoose.js进行MongoDB集成的REST API服务器实现。 访问控制在OAuth2orize和Passport.js的帮助下遵循OAuth 2.0规范。 这是文章之后的更新代码。 正在运行的项目 手册 您需要安装和 。 macOS上的节点设置 # Update Homebrew before installing all dependencies brew update # Install Node (+npm) with Homebrew brew install node # Install npm dependencies in project folder npm install 在macOS上安装MongoDB # Install MongoDB with Homebrew brew tap mongodb/brew brew install mongodb-community # Create directory for MongoDB data mkdir -p
【文件预览】:
NodeAPI-master
----.gitignore(173B)
----Dockerfile(228B)
----package.json(1KB)
----package-lock.json(79KB)
----LICENSE.md(1KB)
----.dockerignore(173B)
----bin()
--------www(364B)
----generateData.js(1KB)
----docker-compose.yml(431B)
----.github()
--------workflows()
----libs()
--------app.js(1KB)
--------model()
--------db()
--------log.js(1KB)
--------auth()
--------config.js(276B)
--------routes()
----README.md(4KB)
----docker.config.json(67B)
----test()
--------server.test.js(5KB)
----config.json(420B)
----logs()
--------.gitkeep(0B)