Skip to content

dvish2003/E-Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛍️ Modern E-Commerce Platform

E-Commerce Demo

Java JSP MySQL Bootstrap


🎥 Live Demo

Watch Tutorial


🌟 Key Features

  • Multi-Vendor Marketplace

  • AJAX-Powered Product Search 🔍

  • Admin Dashboard 📊 with Analytics

  • Responsive Design 📱💻

    🛠️ Tech Stack

📦 Click to expand tech stack
Layer Technologies
Frontend JSP Bootstrap
Backend Servlets JDBC
Database MySQL HikariCP

🚀 Quick Start

# Clone with SSH
git clone git@github.com:dvish2003/E-Commerce.git

# Initialize Database
mysql -u root -p < database/ecommerce_db.sql

# Deploy to Tomcat
mvn clean package
cp target/SparkCart.war $CATALINA_HOME/webapps/



├── src/
│   ├── main/
│   │   ├── java/com/sparkcart/
│   │   │   ├── controllers/      # Servlets
│   │   │   ├── services/        # Business Logic
│   │   │   ├── dao/             # Database Access
│   │   │   └── models/          # POJOs
│   │   ├── webapp/
│   │   │   ├── assets/          # CSS/JS/Images
│   │   │   ├── admin/           # Admin Views
│   │   │   └── user/           # Customer Views
│   │   └── resources/          # Config Files
├── database/                   # SQL Scripts
└── pom.xml                    # Maven Config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages