Introduction: A functional E-Commerce website built with Java, featuring user authentication, product browsing, cart management, and an admin panel for managing products and orders.
Features Customer: Login/Signup, browse products, add to cart, place orders, and view order history.
Admin: Manage products and orders, view reports.
Technologies Used
Frontend: HTML, CSS, JavaScript, Bootstrap
Backend: Java (Servlets, JSP), JDBC
Database: MySQL
Server: Apache Tomcat
Setup Instructions
1. Clone the repo:
#git clone https://github.com/Abishekmoorthy/E-Commerce-Website-using-JAVA.git
2.Create a ecommerce database and run the SQL script in the database/ folder.
3.Configure database in dbconfig.properties.
4.Deploy the project on Apache Tomcat.
5.Access the site at http://localhost:8080/E-Commerce-Website.
Usage Customers: Browse products, add to cart, place orders. Admins: Manage products, orders, and view reports.
License This project is licensed under the MIT License.