Skip to content

Sheikh-Hamoodi/ALT-1

Repository files navigation

Online Food Ordering System

A web-based application for restaurant owners to manage their menu and receive orders from customers.

It has mainly 2 division one is streamlit application and another is userdata.py file which handles all the function related to the sql query.

Run Locally

Clone the project

  git clone https://github.com/harshit-wadhwani/Online-food-ordering-system.git

Go to the project directory

  cd Online-food-ordering-system

create a mysql database named 'onlinerest' and give your password to your user and hosting address in the userdata.py file

db = mysql.connector.connect(
    host='localhost',
    user='root',
    password='',
    database="onlinerest"
)

Install dependencies by using the following code

pip install -r requirements.txt

[python version 3.8 Recommended]

Start the server

  streamlit run main.py

Entity Relationship Diagram

App Screenshot App Screenshot

Author

🔗 Links

linkedin twitter

Feedback

If you have any feedback, please reach out to us at [email protected]

About

ALT 1 website mini project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages