Code Monkey home page Code Monkey logo

ea_shop's Introduction

ea_shop

一个中心化商城APP,为了开发简便,其中包含了service文件夹,为后端服务,可在本地无缝开发,主要作用:用于学习,如果发现其中有不合理的地方或不规范的开发方式,请通过Issues通知我们。

中心化商城平台

  • 超级管理员发布产品图片,描述,价格等信息
  • 用户购买,支付,评价

目的

  • 用以学习新知识
  • 开源让更多人参与发现自己的不足

涉及知识点

  • alipay,微信支付等支付接口对接
  • 调用摄像头,拍照,扫一扫,电话本等手机底层接口
  • nodejs,mysql,nginx等后端技术

安装

  • 安装Node,必须有Node环境
  • 安装Mysql,导入ea_shop.sql文件
# 下载
git clone https://github.com/earl7478/EA_Shop.git

# 安装依赖
npm i

# 启动项目
npm run start

# 进入service文件夹,给Node后端服务安装依赖
cd service

# 安装依赖
npm i

# 启动项目
npm run start

# 打开项目
http://localhost:8080
  • 至此完成安装工作,可以进一步开发

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.