# node-sql **Repository Path**: git-bash/node-sql ## Basic Information - **Project Name**: node-sql - **Description**: node做服务器,写接口 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-09 - **Last Updated**: 2024-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 启动命令 ```javascript nodemon server.js // 热更新命令 node server.js // 非热更新命令 ``` ### 项目结构 #### interface 接口文件 #### server.js 服务器启动文件 ### xxx.sql 数据库源文件