The Cafeteria Management System is a Windows Forms based project developed in C#. It aims to streamline and manage various aspects of a cafeteria, including order management, inventory tracking, and reporting. This project is part of coursework projects.
- Order Management: Add, update, and track orders.
- Inventory Tracking: Manage and track inventory levels.
- Report Generation: Generate reports on sales and inventory.
- User Authentication: Secure login system for different user roles.
- Windows operating system.
- Visual Studio 2019 or later.
- .NET Framework 4.7.2 or later.
- Clone the repository:
git clone https://github.com/MHuzaifa191/Cafeteria-Management-System.git
- Open the solution file
Cafeteria-Management-System.slnin Visual Studio. - Restore the NuGet packages:
NuGet restore
- Build the solution.
- Run the application.