Welcome to the Food Management System, a comprehensive solution designed to streamline food ordering and inventory management. This project caters to two primary users: Admin and Client. The Admin can efficiently manage food items and oversee orders, while Clients can create accounts, place orders, and view their order history.
- Add and Manage Items: Add, edit, delete, and update stock levels.
- View Orders: Access detailed order information.
- Account Management: Create and update profiles, including addresses.
- Order Food: Browse menu, manage cart, and checkout.
- Order History: View past orders.
To get started with our app, follow these simple steps:
- Clone the repository:
git clone https://github.com/martin13git/Food-Ordering-System.git
- Setup DataBase:
- Navigate to the cloned repository folder
- Find the 'cmsdb' file
- In SQL Server Management Studio, right-click the SQL Server instance and select Restore Database
- Select Device and click the elipsis button to navigate to the copied backup file
- Browse the 'cmsdb' file and select it.
- Backup it in your PC
- Now copy the connection string for the database.
- Open the System:
- Launch Visual Studio.
- Select File > Open > Project/Solution.
- Navigate to the cloned repository folder and select 'Canteen_Management.sln'.
- Connect Database:
- Open the project in Visual Studio.
- Open the file 'databcon.vb'
- In the connectionString variable paste the connection string of your database.
- Run the System:
- Select Build > Build Solution to compile the project.
- Press F5 or click the Start button in Visual Studio to run the application.
We welcome contributions from the community to make our app even better! If you'd like to contribute, please fork the repository, make your changes, and submit a pull request. We appreciate your support in improving the CoverUP Webpage for everyone.
If you encounter any issues or have suggestions for improvements, please don't hesitate to reach out to us. You can open an issue on our GitHub repository.
This project is licensed under the Apache-2.0 license. See the LICENSE file for details.