# node-mongodb **Repository Path**: carlrae520/node-mongodb ## Basic Information - **Project Name**: node-mongodb - **Description**: nodejs + mongodb搭建的restful api框架 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-03-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-mongodb nodejs + mongodb搭建的restful api框架 1. 执行npm install 2. 修改lib/config.js里面的配置 3. 执行node app.js 4. http://localhost:3000/v1/user/register 执行注册API