GithubHelp home page GithubHelp logo

thinkbigshop's Introduction

JEE Project - eCommerce

###IDE Spring Tool Suite (Eclipse)

###Main Dependencies Spring Boot Spring Security Spring Web Flow Spring Data JPA Spring Cloud AWS JavaMail Hibernate AngularJS Bootstrap JSTL MySQL-connector

###Finished Function * Login/Register validate * Login/register page(POST) forbidden when already login * Password Encoder Bcrypt * Auto login after registering and reset password * Confirm Email address (Through link with Active code) * Retrieve password (Through link with Reset Password code) * Product search, filter, sorting, classify * Product details, Product Reviews(User comments) * Shipping Cart System * Admin manage products/Home slider/Product Category/User

###Further Function * Payment System (+Billing Address), improve Checkout Page * Improve "My Account", footer information, contact page * Coupon System, Points System * Views history * Recommendation System - Hadoop

###DB Structure alt tag

###Roles * ROLE_UNAUTH - user registered but not yet confirm email * ROLE_USER - user already confirm email * ROLE_ADMIN - full authority to controller the whole web

###Authority * /admin/** - [ROLE_ADMIN] required * /checkout - [ROLE_USER] required * /customer/** - [ROLE_UNAUTH] or [ROLE_USER] required

###Link

Admin Page Links
	/admin/pd/m - product management page
	/admin/pd/s (?id=) - save product, (create or update)
	/admin/pd/d?id=	- delete product
	
	/admin/ca/m s (?id=) (d?id=) - category management
	/admin/hs/m s (?id=) (d?id=) - home slider management
	/admin/cu/m (d?id=) (e?id=) (ds?id=) - customer management, remove, enable, disable
Home page Links
	/ - home page
	/version - history version information
	/contact - contact page
Product Page Links
	/pd/s - show all products
	/pd/s?na=, ?mc, ?st, ?sc, ?t, ?lp , ?hp 
						- name, mainCategory, sortType, subCategory, tag, lowerPrice, higherPrice
	/pd/p?id - specific item page (id required)
	/pd/p?id {productComment} - POST - add product comment - [ROLE_USER] required
Customer Page Links
	/customer/cart - get customer cartId, redirect to cart page
	/customer/account - customer account page
	/customer/account/rsac	- reSend active code
Shopping cart Links
	/rest - restful API
	/rest/cart - cart API (GET: return cart object)
	/rest/cart/{productId}?q= - POST - (quantity), add cartItem
	/rest/cart/{cartItemId}?q= - PUT - (quantity required) update cartItem
	/rest/cart/{cartItemId} - Delete - delete cartItem
Other Links
	/login - login page
	/logout - redirect to login page
	/register - register page
	/register {user} - POST - add new user (default: 'ROLE_UNAUTH', enabled)
	/rp/{codeStr} - GET - reset password page
	/fp - GET - find password page
	/rg/{codeStr} - GET - active account

###CheckOut WebFlow alt tag

###BUGS * CartItem Update Button can't handle the number of quantity over 100 * The controller in cart page can't synchronized update with header cart Controller * Need to logout and login again to change the user authority.

thinkbigshop's People

Contributors

bvrcj 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.