Skip to content

πŸ” A mouthwatering web application built with Flask for ordering and enjoying classic burgers online.

License

Notifications You must be signed in to change notification settings

Solomonkassa/Classic-Burger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Classic-Burger Flask Web App

A Restaurant Web Application with Table Booking, Online Food Ordering and Delivery Tracking.

Github License PyPi Accuracy Passing coverage Progress


Brief Description

Classic-Burger is a web-based application that is operated on a web server with its data being retained in a database. It is designed to enable the registered customer to reserve a table at the restaurant at a specified time in accordance with its availability, view and order the offered food item of their choice, and track the delivery of their order.
Since the Internet provides a wider range of customers, the application will provide the restaurant with a chance to increase their profits while customers can avail the restaurant's services at the comforts of their homes.

πŸ” A mouthwatering web application built with Flask for ordering and enjoying classic burgers online.

πŸš€ Features:

  • Browse a delicious menu of classic burger options.
  • Customize your burger with a variety of toppings and ingredients.
  • Place orders securely and conveniently.
  • Real-time order tracking for customers.
  • Admin panel for managing orders, menu items, and user accounts.
  • Responsive and user-friendly design for seamless ordering on any device.

πŸ”§ Technologies: Python, Flask, SQLAlchemy, HTML/CSS, JavaScript, Bootstrap, SQLite

πŸ“ Instructions:

  1. Clone this repository.
  2. Install the required dependencies.
  3. Run the Flask app.
  4. Start enjoying classic burgers online

How to install our project

First, clone this repository and create a virtual environment using:

python -m venv venv

Activate the virtual environment:

./venv/Scripts/activate

Install the required packages using:

pip install -r requirements.txt

Create an Authy Application and grab your API Key https://www.twilio.com/console/authy/applications
Edit config.py and update the API key with your application key. Create a secret key for managing sessions.

cd to the location of the cloned repository and run the command:

python run.py

Copy http://127.0.0.1:5000/ and paste it in the address bar of a browser.

Working of our Website

The front-end portion of the web application has been developed using HTML, CSS & JavaScript while the backend portion has been developed using Flask & SQLite. The information regarding the users, food items, tables and orders are stored in a database created using SQLite. Through the use of Flask, the web app interacts with the database. To verify the user's phone number, we have used Twilio Authy API and the delivery tracking has been implemented using Google Maps Javascript API and Google Directions API

🀝 Contributions: Contributions and bug reports are welcome! Feel free to fork and submit pull requests.

πŸ“„ License: This project is licensed under the MIT License.

🌐 Live Demo: Link to Live Demo

Home Page

home-page

Registration Page

register

Phone Number Verification

otp page

Login Page

login

Services Page

services

Menu Page

menu

Cart Page

cart

Order Confirmation Page

congrats

Delivery Tracking Page

order-id-page

About Us Page

about-us

Developed by:

If you would like to make any suggestions to improve the web application, feel free to contact any of the developers.

πŸ“Œ Explore the Code: Check out the source code and get started with classic burger ordering today!

About

πŸ” A mouthwatering web application built with Flask for ordering and enjoying classic burgers online.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published