文件名称:RestAPI:使用MongoDB Atlas,ExpressJS和NodeJS(MEN)-使用Mocha&Chai进行测试
文件大小:312KB
文件格式:ZIP
更新时间:2024-05-01 23:58:45
jwt mongodb rest-api postman node-js
使用MEN构建REST API CRUD API也具有身份验证bilt(无前端)。 数据库-NoSQL MongoDB地图集 CRUD路线 身份验证-用户模型 Nodemon 测试 邮差 与邮递员测试 昂首阔步 实施与测试 摩卡&柴 与摩卡&柴测试 测试数据库 与摩卡&柴 用法 # Install Node.js and npm (Node package manager) npm install -g npm # Run in development npm run dev # Run in production npm start RestAPI
【文件预览】:
RestAPI-main
----.gitignore(2KB)
----swagger.yaml(5KB)
----package.json(1KB)
----validation.js(1KB)
----models()
--------product.js(285B)
--------user.js(660B)
----.github()
--------workflows()
----.mocharc.json(261B)
----readme.md(584B)
----routes()
--------product.js(2KB)
--------auth.js(2KB)
----.gitattributes(62B)
----img()
--------swagger.JPG(291KB)
--------testDB.JPG(40KB)
--------testone.JPG(47KB)
--------postman.JPG(265KB)
----test()
--------ignore()
--------workflow.test.js(8KB)
--------setup.test.js(426B)
----server.js(2KB)