This project is a simple webshop system created for the CET232 - Spring 2025 Midterm Exam.
It includes three user roles: Admin, Employee, and Customer.
Customers can buy products, and Employees can manage stock and charge customers' credit.
- Role-based system (Admin, Employee, Customer)
- Product management (Add, Edit, Delete)
- Customer credit system
- Purchase tracking and stock control
- Permission checks on both UI and Backend
- Clone the repository:
git clone https://github.com/yourusername/webshop-midterm cd webshop-midterm