Welcome to the FlavourSync, a restaurant management python program that allows you to efficiently manage various aspects of your restaurant, including ordering food, showing the menu, making table reservations, employee management, accessing restaurant information, and tracking orders and tables.
- Customers can place orders for delivery.
- Easily customize orders with special requests or dietary preferences.
- Display the restaurant's menu with details on dishes and prices.
- Keep the menu up-to-date with ease.
- Add/Remove new items easily.
- Check the details of food orders.
- Easily see the number of orders you've fulfilled.
- Easily get how much money you've earned.
- Estimate your profits.
- Clone the repository to your local machine:
git clone https://github.com/BinaryBhaskar/flavoursync.git
- Navigate to the project directory:
cd restaurant
- Create a virtual environment (optional but recommended):
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate- On macOS and Linux:
source venv/bin/activate -
Install the required dependencies:
pip install -r requirements.txt
- Run the program:
python main.py
- Follow the on-screen prompts to navigate through the system's features.
- Use the user-friendly interface to manage orders, reservations, employees, restaurant information, and order tracking.
If you'd like to contribute to the development of this Restaurant Management System, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your branch to your forked repository.
- Create a pull request to the main repository, explaining your changes.
This software is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.
For any questions or inquiries, please contact us at patel.bhaskar09@gmail.com
Thank you for choosing FlavourSync! We hope it helps streamline your restaurant's operations and enhance the dining experience for your customers.
Enjoy using the system!