Canteen Management System is a Java, Maven project. In this project there are two users
- Vendor
- Customer
Vendors and Customers have to login to the project in order to access appropriate menu options.
Vendors can perform these operations
- Register
- Login
- Chage Password
- View Vendor Profile
- Add Menu Items
- Update Menu Items
- View Menu Items
- View Order History
- Accept and Reject Orders
- Logout
Customers can perform these operations
- Login
- Register
- Change Password
- View Customer Profile
- View Menu List
- Place Order
- Cancel Order
- View Wallet Balance
- Add Wallet Balance
- View Order History
- Check Order Status
- Logout
There are 5 Tables which related with other tables.
Login Customer Vendor FoodItem OrderDetail