GithubHelp home page GithubHelp logo

hauja47 / ecommerce Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moonsulong/ecommerce

0.0 0.0 0.0 46.78 MB

A Spring & Hibernate-based E-commerce System

Home Page: http://13.58.22.177:8080/onlineShop/

Java 91.50% CSS 6.89% JavaScript 1.61%

ecommerce's Introduction

Ecommerce Web Application

  • Developed a web application based on Spring MVC to support item search and listing (dependency injection, inversion of control, etc.)

Table of contents

1. Project Description

  • Spring Web MVC provides Model-View-Controller architecture to develop flexible web applications
    • Model carries application data
    • View renders User interface (UI)
    • Controller takes care of processing user request and calling back end services.

Spring MVC framework

Spring MVC framework

2. Infrastructure Design

  • 3-tier architecture
    • Presentation tier: XML
    • Data tier: MySQL
    • Logic tier: Java, Hibernate

3. MVC Implementation

  • Controller
    • Registration
    • HomePage
    • Product
    • Cart
    • CartItem
  • Model
    • Authorities
    • BillingAddress
    • Cart
    • CartItem
    • Customer
    • Product
    • SalesOrder
    • ShippingAddress
    • User

4. Database Implementation

  • MySQL
    • ShippingAddress - store shipping address
    • BillingAddress - store billing address
    • Customer - store full information of a customer
    • User - store user email and password separately
    • SalesOrder - store sales order
    • Cart - store total price of products in the cart
    • CartItem - store detail infomation for all items in the cart
    • Product - store product information
    • Authorities - store authorities of users

mysql

MySQL database schema

5. Flow States

  • View: pauses the flow and invites the user to participate in the flow
  • Action: business logic takes place
  • Subflow: new flow
  • End: flow termination

ecommerce's People

Contributors

moonsulong avatar dependabot[bot] 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.