GithubHelp home page GithubHelp logo

ysl69 / leyou Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 63 KB

后端:乐优商城是一个全品类的电商购物网站(B2C)。 用户可以在线购买商品、加入购物车、下单、秒杀商品 ;可以品论已购买商品; 管理员可以在后台管理商品的上下架、促销活动 ;管理员可以监控商品销售状况 ;客服可以在后台处理退款操作。

Java 100.00%

leyou's Introduction

整个乐优商城可以分为两部分:后台管理系统、前台门户系统。

一、后台管理:

  • 后台系统主要包含以下功能:
    • 商品管理,包括商品分类、品牌、商品规格等信息的管理
    • 销售管理,包括订单统计、订单退款处理、促销活动生成等
    • 用户管理,包括用户控制、冻结、解锁等
    • 权限管理,整个网站的权限控制,采用JWT鉴权方案,对用户及API进行权限控制
    • 统计,各种数据的统计分析展示
  • 后台系统会采用前后端分离开发,而且整个后台管理系统会使用Vue.js框架搭建出单页应用(SPA)。

二、前台门户

  • 前台门户面向的是客户,包含与客户交互的一切功能。例如:
    • 搜索商品
    • 加入购物车
    • 下单
    • 评价商品等等
  • 前台系统我们会使用Thymeleaf模板引擎技术来完成页面开发。出于SEO优化的考虑,我们将不采用单页应用。

三、无论是前台还是后台系统,都共享相同的微服务集群,包括:

  • 商品微服务:商品及商品分类、品牌、库存等的服务
  • 搜索微服务:实现搜索功能
  • 订单微服务:实现订单相关
  • 购物车微服务:实现购物车相关功能
  • 用户中心:用户的登录注册等功能
  • Eureka注册中心
  • Zuul网关服务
  • Spring Cloud Config配置中心

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.