# egg-admin-api **Repository Path**: wrpuser/egg-admin-api ## Basic Information - **Project Name**: egg-admin-api - **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-08-29 - **Last Updated**: 2025-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # egg-project ``` mkdir egg-admin-api && cd egg-admin-api npm init egg --type=simple ``` ## peoject introduction - 这是一个管理后台 - 使用node.js + egg.js + mysql等开发 - 主要功能包含登录、权限、用户管理、角色管理、菜单管理、部门管理、字典管理、日志管理、文件上传、定时任务等 ### Development ```bash npm i npm run dev open http://localhost:7001/ ``` ### Deploy ```bash npm start npm stop ``` ### npm scripts - Use `npm run lint` to check code style. - Use `npm test` to run unit test.