Skip to content

An online food ordering system can be defined as software that allows restaurant businesses to accept and manage orders placed over the internet.

Notifications You must be signed in to change notification settings

darshankparmar/Restaurant_management_system

Repository files navigation

Restaurant_management_system

Project Video Link : https://youtu.be/cpPmBlvtdrs

Requirement

get-pip.zip

python get-pip.py

py -m pip install django

pip install pycryptodome

pip install django-admin-rangefilter

python -m pip install Pillow    

To run the server, run the following command:

python manage.py makemigrations
    
python manage.py migrate

python manage.py runserver

For customer login:

username:"user" password:"user"

For Employee login:

username:"admin" password:"123456789"

For Admin login:

username:"dkp" password:"Dkp@4321"

About

An online food ordering system can be defined as software that allows restaurant businesses to accept and manage orders placed over the internet.

Topics

Resources

Stars

Watchers

Forks