node mongoose setup:Node.js MongoDB REST API Sarter 源码
安装 设置非常简单。 克隆存储库- git clone https://github.com/sunilksamanta/node-mongoose-setup cd node-mongoose-setup npm install 使用.env命令在项目的根目录下创建一个.env文件。 MONGO_URL=YOUR_MONGO_URL PORT=5000[YOUR_DESIRED_PORT] NODE_ENV=YOUR_APP_ENVIRONMENT[production/development] JWT_SECRET=YOUR_JWT_SECRET_STRING 包含示例文件.env.
文件列表
node-mongoose-setup-master.zip
(预估有个40文件)
node-mongoose-setup-master
.travis.yml
34B
config
config.js
503B
database.js
832B
routes.js
1KB
server.js
499B
index.js
628B
package.json
1KB
readme.md
6KB
暂无评论