# nodejs-express-mysql **Repository Path**: fenggreater/nodejs-express-mysql ## Basic Information - **Project Name**: nodejs-express-mysql - **Description**: nodejs-express-mysql - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2019-12-07 - **Last Updated**: 2023-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目简介 ### 本项目是采用nodejs中的express框架开发,连接数据库进行登录和注册的功能。 ### 模板引擎为ejs ### 前端通过ajax发送post请求传输数据,接收数据格式为json ### 项目需要安装mysql模块 ### 前端页面需要jQuery