This project is a simple console-based e-commerce application implemented in Java using MySQL as the database backend. The application allows customers to browse products, add products to their cart, and calculate the total price. It also supports persistent product storage and customer management via MySQL.
- View a list of available products.
- Add products to the shopping cart.
- Calculate the total cost of items in the cart.
- Manage products and customers using MySQL database.
- Programming Language: Java
- Database: MySQL
- Database Connector: MySQL Connector/J
- Development Environment: IntelliJ IDEA (or any Java-compatible IDE)