# api-egg-mysql-sever **Repository Path**: china-quanda/api-egg-mysql-sever ## Basic Information - **Project Name**: api-egg-mysql-sever - **Description**: 一个使用 `Node.js` 开发的,基于 `Egg.js`、`Sequelize`、`jwt`、`redis`、`RBAC`、`RESTful API`、等实现的基础服务端项目。 实现了用户注册登陆、用户管理、商品管理、文章管理、订单管理、等...更多功能的API - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 2 - **Created**: 2022-02-02 - **Last Updated**: 2024-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, MySQL, egg, Sequelize ## README # **已完成的功能** ![已完成的功能](img%E6%88%AA%E5%B1%8F2022-02-12%20%E4%B8%8B%E5%8D%885.15.12.png) ## QuickStart see [egg docs][egg] for more detail. ### 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. - Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail. [egg]: https://eggjs.org