This project is a simple OnlineStore system implemented in Java. It simulates a system where there are three types of users: Admin, Employee, and Customer. Each user type has different capabilities and access levels.
To get started with this project, clone the repository and open the project in your preferred Java IDE.
You need to have Java installed on your machine to run this project. You can download it from the official Oracle website.
To run the program, navigate to the Menu.java file in your IDE and run the main method.
The admin has the ability to:
- Add an employee
- Remove an employee
- Update an employee
- Show all employees
- Logout
An employee has the ability to:
- Add a customer
- Remove a customer
- Update a customer
- Show all customers
- Add an item
- Remove an item
- Update an item
- Show all items
- Logout
A customer has the ability to:
- Buy items
- View their cart
- Logout
- Java - The programming language used