https://github.com/aadewunmi/shopme-ecommerce-application
"Shopme" - An E Commerce Application || Tech Stack: Thymeleaf, Bootstrap, jQuery Java, Spring Boot, Spring Data JPA, Hibernate, Spring Security, Spring OAuth, Spring Mail, JUnit, Mockito, PayPal Checkout API, MySQL database, Heroku and Amazon S3
https://github.com/aadewunmi/shopme-ecommerce-application
amazon-s3 bootstrap ecommerce ecommerce-application ecommerce-website heroku hibernate java java-ecommerce-website junit mokito mysql paypal spring-boot spring-data-jpa spring-oauth2 spring-security springboot-ecommerce tymeleaf
Last synced: 2 months ago
JSON representation
"Shopme" - An E Commerce Application || Tech Stack: Thymeleaf, Bootstrap, jQuery Java, Spring Boot, Spring Data JPA, Hibernate, Spring Security, Spring OAuth, Spring Mail, JUnit, Mockito, PayPal Checkout API, MySQL database, Heroku and Amazon S3
- Host: GitHub
- URL: https://github.com/aadewunmi/shopme-ecommerce-application
- Owner: AAdewunmi
- Created: 2024-08-28T11:22:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T10:06:28.000Z (over 1 year ago)
- Last Synced: 2025-03-15T11:18:53.471Z (over 1 year ago)
- Topics: amazon-s3, bootstrap, ecommerce, ecommerce-application, ecommerce-website, heroku, hibernate, java, java-ecommerce-website, junit, mokito, mysql, paypal, spring-boot, spring-data-jpa, spring-oauth2, spring-security, springboot-ecommerce, tymeleaf
- Language: Java
- Homepage: https://www.udemy.com/course/spring-boot-e-commerce-ultimate/
- Size: 4.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 1. Project Title
"Shopme" - An E Commerce Electronics Store
## 2. Project Overview
**Shopme** is a full-stack e-commerce web application developed using modern Java and Spring technologies. It offers a comprehensive online shopping experience for customers and robust administrative tools for managing the store. The project is adapted from the Udemy course: [Java Spring Boot E-Commerce Ultimate Course](https://www.udemy.com/course/spring-boot-e-commerce-ultimate/) by Nam Ha Minh.
## 3. User Roles & Features
### Administrator:
* **User Management:** Manage admin users.
* **Product Management:** Add/edit/delete products, categories, and brands.
* **Customer Management:** View and manage customer information.
* **Order Management:** Process and track orders.
* **Shipping & Payments:** Configure shipping options and payment methods.
* **Sales Reports:** Generate and view sales analytics.
* **Reviews & Questions:** Moderate product reviews and customer inquiries.
* **Settings:** Configure application settings.
### Customer:
* **Product Browsing:** View products by category and search functionality.
* **Product Details:** View detailed information about products.
* **Shopping Cart:** Add/remove products and view cart summary.
* **Checkout:** Secure checkout process with PayPal integration.
* **Order Tracking:** View order history and track current orders.
* **Account Management:** Register, login (including social login), and manage profile.
## 4. Tech Stack
* **Backend:**
* Java
* Spring Boot
* Spring Data JPA
* Hibernate
* Spring Security
* Spring OAuth2 (Google & Facebook login)
* Spring Mail
* RESTful Web Services
* JUnit, AssertJ, Mockito (Testing)
* **Frontend:**
* Thymeleaf
* Bootstrap 4
* jQuery
* HTML5
* **Database & Cloud:**
* MySQL 8.0
* Amazon S3 (for file storage)
* Heroku (deployment)
* **Payments & Reporting:**
* PayPal Checkout API
* Google Chart API (for sales reports)
## 5. Installation
i. Clone the git repo
```
https://github.com/AAdewunmi/Shopme-ECommerce-Application.git
```
ii. Open project folder
iii. Explore
😎
## 6. Getting Started
i. **Configure Database**
* Create a MySQL database.
* Update `application.properties` with your DB credentials.
3. **Build & Run**
```bash
mvn clean install
mvn spring-boot:run
```
4. **Access Application**
* Admin Panel: `http://localhost:8080/ShopmeAdmin`
* Customer Storefront: `http://localhost:80`
## 7. Deployment
This app is structured for deployment on:
* **Heroku** (Web)
* **Amazon S3** (Static file storage)
Be sure to configure environment variables for secure credentials.
## 8. Demo (UI Screenshots)
### - Customer Login

### - Customer Landing Page

### - Customer Shopping Cart

### - Customer Check Out

### - Customer Manage Orders

### - Administrator Login

### - Administrator Landing Page

### - Administrator Manage Brands

### - Administrator Manage Categories

### - Administrator Manage Customers

### - Administrator Manage Products

### - Administrator Manage Users

### - Administrator Site Settings

## 9. Contribution
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## 10. Adapted from
UDEMY: Java Spring Boot E-Commerce Ultimate Course
Created by: Nam Ha Minh
Last updated 08/2024
URL: https://www.udemy.com/course/spring-boot-e-commerce-ultimate/