# MIShop-server **Repository Path**: wang_bo_Oct/MIShop-server ## Basic Information - **Project Name**: MIShop-server - **Description**: No description available - **Primary Language**: NodeJS - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-20 - **Last Updated**: 2021-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # store-server ## 前言 2020年寒假尤其特殊,因为新型冠状病毒肺炎疫情,学校至今没有开学。想起上学期利用课余时间学习了`vue`、`node.js`,一直想做个完整的项目实战一下,但之前在学校并没有那么多的时间。现在恰好有时间,就想着做一个项目巩固之前学到的东西。 本项目前后端分离,这是项目的后端,前端请移步[vue-store](https://github.com/hai-27/vue-store)。 ## 接口文档 [接口文档](https://github.com/hai-27/store-server/blob/master/docs/API.md) ## 运行项目 ``` 1. Clone project git clone https://github.com/hai-27/store-server.git 2. Project setup cd store-server npm install 3. Run project node app.js ```