# store-server **Repository Path**: tensor-core/store-server ## Basic Information - **Project Name**: store-server - **Description**: vue-store项目后端。基于Node.js(Koa)实现的电商后端项目。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://106.15.179.105/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 13 - **Created**: 2020-09-21 - **Last Updated**: 2020-12-19 ## 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 ```