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