Git Product home page Git Product logo

shoppingmall's Introduction

Shopping

简单介绍

本项目使用Spring+SpringMVC实现了一个网上商城系统,使用maven构建为war包进行部署,使用docker运行。

编译项目

shell script

进入项目根目录

cd ./Shopping

编译war包

mvn clean package -DskipTests

构建镜像

docker-compose build

启动mysql和shopping

docker-compose up -d

在http://[server-ip]:8080/Shopping访问主页。

## 默认用户
- user: user1
- password: 123

- user: admin
- password: admin

## 主要功能
1. 普通用户
    - 登录、注册功能
    - 浏览商品功能
    - 搜索商品功能
    - 查看商品详情
    - 添加购物车
    - 购买功能(在商品详情页单独购买或在购物车批量购买)
    -
2. 管理员
    - 拥有普通用户所有功能
    - 查看、删除所有用户功能
    - 查看、删除所有商品功能
    - 添加新的商品功能
    - 处理订单功能

shoppingmall's People

Contributors

preoge avatar

Watchers

 avatar

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.