# egg-commerce **Repository Path**: chief_fei/egg-commerce ## Basic Information - **Project Name**: egg-commerce - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-08-30 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # egg-commerce egg / mysql 开发电商平台 ### 相关栈 node / mysql / egg / redis / 支付宝支付 ### 本地开发 ```bash $ npm i $ npm run dev $ open http://localhost:7071/ ``` ### API 文档 [用户模块](https://github.com/sfyr111/egg-commerce/wiki/%E7%94%A8%E6%88%B7%E6%A8%A1%E5%9D%97) [前台商品展示及购物车](https://github.com/sfyr111/egg-commerce/wiki/%E5%89%8D%E5%8F%B0%E5%95%86%E5%93%81%E5%B1%95%E7%A4%BA%E5%8F%8A%E8%B4%AD%E7%89%A9%E8%BD%A6) [前台收货地址](https://github.com/sfyr111/egg-commerce/wiki/%E5%89%8D%E5%8F%B0%E6%94%B6%E8%B4%A7%E5%9C%B0%E5%9D%80) [前台订单及支付](https://github.com/sfyr111/egg-commerce/wiki/%E5%89%8D%E5%8F%B0%E8%AE%A2%E5%8D%95%E5%8F%8A%E6%94%AF%E4%BB%98) [后台商品分类管理](https://github.com/sfyr111/egg-commerce/wiki/%E5%90%8E%E5%8F%B0%E5%95%86%E5%93%81%E5%88%86%E7%B1%BB%E7%AE%A1%E7%90%86) [后台商品管理](https://github.com/sfyr111/egg-commerce/wiki/%E5%90%8E%E5%8F%B0%E5%95%86%E5%93%81%E7%AE%A1%E7%90%86) [后台管理订单](https://github.com/sfyr111/egg-commerce/wiki/%E5%90%8E%E5%8F%B0%E7%AE%A1%E7%90%86%E8%AE%A2%E5%8D%95)