文件名称:nodejs-mongodb-api-example
文件大小:37KB
文件格式:ZIP
更新时间:2024-05-28 08:15:50
JavaScript
使用NodeJS和Mongo的API示例
先决条件
安装先决条件
brew install node mongo
npm install grunt-cli -g
设置
npm install
跑步
grunt serve
测验
grunt test
要求
注册
curl --data "email=me@mrako.com&password=test" http://localhost:9000/signup
登录
curl --data "email=me@mrako.com&password=test" http://localhost:9000/login
帖子
curl -H "Authorization: Bearer
【文件预览】:
nodejs-mongodb-api-example-master
----.jshintrc(394B)
----server.js(656B)
----Gruntfile.js(995B)
----app.js(502B)
----test()
--------authentication.test.js(1KB)
--------fixtures()
--------database.js(69B)
--------mocks()
--------posts.test.js(2KB)
--------seeds.js(406B)
----Procfile(20B)
----README.md(1KB)
----.gitignore(32B)
----app()
--------models()
--------config.js(181B)
--------controllers()
--------aws-config.js(267B)
--------routes.js(1KB)
--------cors.js(300B)
----package.json(1KB)