This project is a simple e-commerce website powered by Java JSP Servlet. Ecommerce is a complex business. It involves many edge cases and a solid system architecture. This project is simply a demo demonstrating basic features which is only the tip of an iceberg. This project might (and certainly does) have bugs, vulnerabilities or some other types of issues. So, contributions are always welcome :)))
1. Login and Registration.
2. Search and browse items.
3. Add to cart.
4. Manage shopping cart.
5. Checkout.
6. View orders history of sellers/customers.
7. Update customer/product information.
What things you need to install
You need Tomcat server 8 or above installed.
Locally installed MySQL or a MySQL server.
Compatible IDE, Intellij IDEA recommended for this project.
For MySQL Database
SQL script can be found in the project folder.
SQL script doesn't contain query to create schema, you will need to create one with name jsp-servlet-ecommerce-website.
For Tomcat Application Server
Use Tomcat 8.5.23 or above and compile to generate WAR file.
If you want to contribute to this project you can email me - [email protected] or you can pull request.
- Truong Hoang Thuan Github
- Java - Oracle Java 16 JDK
- MySQL - MySQL Database
- Connector/J - Connecting to MySQL Database Server
- Maven - Dependency Management
- Shoppers - Free Bootstrap 4 HTML5 ecommerece website template - Website Front-end
This project is licensed under the MIT License - see the LICENSE.md for details.