# node-mysql-crud **Repository Path**: zhangruijie-osc/node-mysql-crud ## Basic Information - **Project Name**: node-mysql-crud - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-11 - **Last Updated**: 2025-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 配置.env文件 DB_HOST=localhost DB_USER=root DB_PASSWORD=123456 DB_NAME=testdb PORT=3000 在新建数据库testdb 运行npm run start