Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.18 KB

E-Commerce Web Application

Overview

This e-commerce web application is developed using Java with the Spring Boot framework, Maven for project management, and an SQL Database for data storage. The application provides a platform for users to browse and purchase products, manage their shopping carts, and complete transactions securely.

Features

  • Product Catalog: Browse a comprehensive catalog of products with detailed information.
  • Shopping Cart: Add products to the shopping cart, manage quantities, and proceed to checkout.
  • Order Management: View order history and track the status of current orders.
  • Admin Panel: Administrative access to manage products, users, and orders.

Technologies Used

  • Java: The core programming language for building the application logic.
  • Spring Boot: Framework for creating robust and scalable Java-based applications.
  • Maven: Project management tool for handling dependencies and building the project.
  • SQL Database: Database system for storing product information, user details, and order data.

Setup Instructions

  1. Clone the Repository:
    git clone https://github.com/ArunErram/E-Commerece.git