Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hai-27/store-server
vue-store项目后端。基于Node.js(Koa)实现的电商后端项目。
https://github.com/hai-27/store-server
koa mysql node nodejs
Last synced: 13 days ago
JSON representation
vue-store项目后端。基于Node.js(Koa)实现的电商后端项目。
- Host: GitHub
- URL: https://github.com/hai-27/store-server
- Owner: hai-27
- Created: 2020-02-27T11:56:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T03:50:16.000Z (over 1 year ago)
- Last Synced: 2024-10-14T01:22:16.624Z (about 1 month ago)
- Topics: koa, mysql, node, nodejs
- Language: JavaScript
- Homepage: http://106.15.179.105/
- Size: 9.5 MB
- Stars: 337
- Watchers: 5
- Forks: 125
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 projectgit clone https://github.com/hai-27/store-server.git
2. Project setup
cd store-server
npm install3. Run project
node app.js
```