https://github.com/manikanth-reddy/ecomerce
A replica of Ecommerce Site
https://github.com/manikanth-reddy/ecomerce
Last synced: about 1 year ago
JSON representation
A replica of Ecommerce Site
- Host: GitHub
- URL: https://github.com/manikanth-reddy/ecomerce
- Owner: Manikanth-Reddy
- Created: 2024-11-21T04:43:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T05:21:33.000Z (over 1 year ago)
- Last Synced: 2025-02-01T16:27:45.759Z (over 1 year ago)
- Language: Java
- Size: 4.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
E-commerce Site
Introduction
This project is a full-fledged E-commerce website developed using Spring Boot, MySQL, and Thymeleaf. The site provides a platform for users to browse, search, and purchase products online. It includes user authentication, product management, shopping cart functionality, and order processing.
Features
User Authentication: Secure login and registration for customers.
Product Management: Admin functionality for adding, updating, and deleting products.
Shopping Cart: Users can add products to their cart and manage quantities.
Order Processing: Checkout and order history for users.
Responsive Design: Accessible on both desktop and mobile devices.
Technologies Used
Spring Boot: For creating a robust and scalable backend.
MySQL: For database management.
Thymeleaf: For server-side rendering of web pages.
Spring Data JPA: For database access.
Spring Security: For authentication and authorization.
Bootstrap: For responsive and modern UI design.