# ruoyi-node-service **Repository Path**: ny6/ruoyi-node-service ## Basic Information - **Project Name**: ruoyi-node-service - **Description**: 使用node+mysql模拟开发若依后台管理系统的后台接口服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-11-20 - **Last Updated**: 2025-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目启动 ```javascript // 安装项目依赖 npm install // 启动项目 npm run dev ``` ### swagger地址 http://localhost:3007/api-docs/index.html