• Stars
    star
    336
  • Rank 125,564 (Top 3 %)
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

store-server

前言

2020年寒假尤其特殊,因为新型冠状病毒肺炎疫情,学校至今没有开学。想起上学期利用课余时间学习了vuenode.js,一直想做个完整的项目实战一下,但之前在学校并没有那么多的时间。现在恰好有时间,就想着做一个项目巩固之前学到的东西。

本项目前后端分离,这是项目的后端,前端请移步vue-store

接口文档

接口文档

运行项目

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