Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

vue-store项目后端。基于Node.js(Koa)实现的电商后端项目。

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 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
```