A Java-based Enterprise Resource Planning (ERP) system built using JSP/Servlets and MySQL, designed to manage inventory, sales, customers, and role-based user access within an organization. This project demonstrates modular development, database integration, and secure user authentication in a web application.
- π¦ Inventory Management β Track and update product details and stock levels.
- π Sales Management β Manage customer orders, billing, and transaction history.
- π₯ User Roles β Admin and user-level access with role-based control.
- π Secure Login System β Authentication using session management.
- ποΈ CRUD Operations β For products, customers, and users via intuitive web UI.
- Backend: Java (JSP/Servlets)
- Frontend: HTML, CSS, JavaScript
- Database: MySQL
- Server: Apache Tomcat
- Architecture: DAO (Data Access Object) pattern for database interaction
git clone https://github.com/Viraj2722/erp_system.git
cd erp_system