JDK: Java SE 12.0.2
IDE: Eclipse IDE for Java Developers
Version: 2019-06 (4.12.0)
There are two actors of the system:
- Admin
- Customer
Admin can Add/Edit/Update/Edit/Delete:
- Customers
- Products
- Orders
Customer can:
- Place Order
- View Orders
- View PRoducts
Actors should be able to login in order to access the system.
Program uses text files (.txt) to perform read/write operations.
Refer to Videos folder to see output.