MCPcopy Index your code
hub / github.com/eherozhao/E-Commerce-Spring-Boot

github.com/eherozhao/E-Commerce-Spring-Boot @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
275 symbols 511 edges 47 files 0 documented · 0% updated 3y ago★ 1101 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

E-Commerce-Spring-Boot

This a web application project developing the e-commerce website to sell the electrical devices. We use the Spring Boot to build the back-end part, and the React for the front-end part. This Respository is for the back-end.

We have implemented the following functions:

For Consumers:

1. They can log in and sign up their accounts, and also change their personal information in their user page.

2. They can scan the products and search for what they want by name, category, etc.

3. They can scan the products sorted by price from low to high or even from high to low.

4. They can add products into the cart, checkout and generate the orders.

For Salesperson:

1. They can log in and sign up to the superadmin account.(This account has high authority)

2. They can add, delete, search, revise products.

3. They can add, delete, search, revise consumers' orders.

The frontend part of this project is: https://github.com/eherozhao/E-Commerce-React-Front-end

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 228
Class 33
Interface 14

Languages

Java100%

Modules by API surface

src/main/java/com/dbms/triplehao/entity/Customer.java21 symbols
src/main/java/com/dbms/triplehao/entity/RegionStore.java19 symbols
src/main/java/com/dbms/triplehao/service/impl/ProductServiceImpl.java17 symbols
src/main/java/com/dbms/triplehao/service/ProductService.java17 symbols
src/main/java/com/dbms/triplehao/dao/ProductDao.java17 symbols
src/main/java/com/dbms/triplehao/web/ProductController.java13 symbols
src/main/java/com/dbms/triplehao/entity/Product.java13 symbols
src/test/java/com/dbms/triplehao/dao/ProductDaoTest.java9 symbols
src/main/java/com/dbms/triplehao/entity/Stores.java9 symbols
src/main/java/com/dbms/triplehao/service/impl/StoreServiceImpl.java7 symbols
src/main/java/com/dbms/triplehao/service/StoreService.java7 symbols
src/main/java/com/dbms/triplehao/entity/SalesAccount.java7 symbols

Datastores touched

(mysql)Database · 1 repos
triplehaoDatabase · 1 repos

For agents

$ claude mcp add E-Commerce-Spring-Boot \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page