zoukankan      html  css  js  c++  java
  • 基于Node.js+MySQL开发的开源微信小程序B2C商城(页面高仿网易严选)

        界面高仿网易严选商城(主要是2016年wap版)
        测试数据采集自网易严选商城
        功能和数据库参考ecshop
        服务端api基于Node.js+ThinkJS+MySQL
        计划添加基于Vue.js的后台管理系统、PC版、Wap版
    
    GitHub:https://github.com/tumobi/nideshop-mini-program
    如您觉得不错,请您star一下
    项目截图
    
    首页
    
    专题
    
    分类
    
    商品列表
    
    商品详情
    
    购物车
    
    订单中心
    功能列表
    
        首页
        分类首页、分类商品、新品首发、人气推荐商品页面
        商品详情页面,包含加入购物车、收藏商品、商品评论功能
        搜索功能
        专题功能
        品牌功能
        完整的购物流程,商品的加入、编辑、删除、批量选择,收货地址的选择,下单支付
        会员中心(订单、收藏、足迹、收货地址、意见反馈) …
    
    项目结构
    
    ├─config                
    ├─lib
    │  └─wxParse   
    ├─pages
    │  ├─auth
    │  │  ├─login
    │  │  ├─register
    │  │  └─reset
    │  ├─brand
    │  ├─brandDetail
    │  ├─cart
    │  ├─catalog
    │  ├─category
    │  ├─comment
    │  ├─goods
    │  ├─hotGoods
    │  ├─index
    │  ├─logs
    │  ├─newGoods
    │  ├─pay
    │  ├─search
    │  ├─shopping
    │  │  ├─address
    │  │  ├─addressAdd
    │  │  └─checkout
    │  ├─topic
    │  ├─topicDetail
    │  └─ucenter
    │      ├─address
    │      ├─addressAdd
    │      ├─collect
    │      ├─coupon
    │      ├─feedback
    │      ├─footprint
    │      ├─index
    │      ├─order
    │      └─orderDetail
    ├─static
    │  └─images
    └─utils
    
    服务端api
    
    项目地址:https://github.com/tumobi/nideshop
    新浪云部署文档: https://cnodejs.org/topic/596c0eabaf1a22d018d97022
  • 相关阅读:
    不用循如何计算数组累加和
    mysql通过binlog恢复删除数据
    windows下打开binlog
    mysql的binlog
    枚举实现线程池单例
    AtomicInteger的CAS算法浅析
    不用循环如何计算1累加到100
    MongoDB查询报错:class com.mongodb.MongoSecurityException: Exception authenticating MongoCredential
    Senparc.Weixin微信开发(3) 自定义菜单与获取用户组
    Senparc.Weixin微信开发(2) 消息机制和上下文(Session)
  • 原文地址:https://www.cnblogs.com/suway/p/7232652.html
Copyright © 2011-2022 走看看