# express-sample **Repository Path**: BGround/express-sample ## Basic Information - **Project Name**: express-sample - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-03 - **Last Updated**: 2024-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目 node.js + express + docker + mysql + jwt 实现用户管理restful api express 启动基本的http服务 express-validator 用来验证表单是否合法 mysql 连接mysql数据库,存储数据,查询数据 body-parser 解析post请求体的数据 jsonwebtoken 用于生成jwt的token bcryptjs 加密用户注册的密码 cors 允许跨域的请求访问 winston 格式化log, log文件夹输出