Tailor Your Plate, Don't Waste & Wait! Made for HackOWASP 5.0 hackathon by Team Buzzfix
- Table of Contents
Our project is a web-based platform that aims to reduce food waste and improve efficiency in the hospitality industry. The platform allows customers staying in hotels, PGs, or messes to select their meals in advance, so that only necessary food is prepared and served, reducing food waste, saving money and resources, and improving the dining experience.
- Clone the repository
git clone https://github.com/Ekuspreet/Eat-Exac
- Install the required packages
pip install flask flask-sqlalchemy solana
- Navigate to the project directory
- Run the following command in the terminal to setup database:
python src/setup_db.py
- Run the following command in the terminal to start the server:
python src/main.py
- Open your web browser and navigate to http://localhost:5000
For Providers:
- Go to the registeration page and create an account for your organisation
- You will get a organisation_id, which you can circulate to your customers
- The customers can try to login with their room number and name, which will cause a request to pop up on your dashboard which you can review and approve
- The dashboard will also display the order summary and details for your organisation
For consumers:
- Login with your provided organisation_id and room number and name
- You can edit your order throught he dashboard as required
- Ekuspreet Singh (Frontend)
- Devesh Sharma (Backend)