A modern restaurant management and food ordering web application built using Flask, SQLAlchemy, SQLite, HTML, CSS, and JavaScript.
- Add, edit, and delete food items
- Manage menu categories
- Track customer orders
- Live order status updates
- Food preparation time estimation
- Interactive food menu
- Add to cart functionality
- Quantity management
- Real-time bill calculation
- GST included billing system
- Order tracking
- Revenue monitoring
- Order history
- Menu management panel
- SQLite database support
- SQLAlchemy ORM integration
- Efficient data storage and retrieval
| Technology | Usage |
|---|---|
| Python | Backend |
| Flask | Web Framework |
| SQLAlchemy | Database ORM |
| SQLite | Database |
| HTML5 | Frontend Structure |
| CSS3 | Styling |
| JavaScript | Frontend Logic |
RestOS_v3/
│
├── app.py
├── requirements.txt
├── database.db
│
├── static/
│ ├── css/
│ ├── js/
│ └── images/
│
├── templates/
│ ├── index.html
│ ├── menu.html
│ ├── cart.html
│ └── admin.html
│
└── README.mdgit clone https://github.com/yourusername/RestOS_v3.gitcd RestOS_v3python -m venv venv
venv\Scripts\activatepython3 -m venv venv
source venv/bin/activatepip install -r requirements.txtpython app.pyServer will start at:
http://127.0.0.1:5000/- Modern restaurant UI
- Interactive menu display
- Manage orders
- Track sales
- Update menu items
- GST calculation
- Live total updates
- Payment Gateway Integration
- AI-based food recommendation
- Table reservation system
- Online delivery tracking
- Customer authentication
- Cloud database deployment
Contributions are welcome!
- Fork the repository
- Create a new branch
- Commit your changes
- Push to your branch
- Create a Pull Request
This project is licensed under the MIT License.
Developed by Viviyan Prince
GitHub: https://github.com/viviyan-prince
If you like this project:
- Star the repository
- Share with others
- Contribute to improve the project