- Clone/Download the project.
- Go to the the project folder where manage.py is located.
- create and activate virtual environment.
- run this command in terminal: pip install -r requirements.txt
- the above command will install all packages required to run the project.
- run python manage.py migrate
- run python manage.py runserver
- go to http://127.0.0.1:8000/
- User Login and Registrations.
- Show User profile after login.
- User can Update his/her profile.
- User can See Food Iteam.
- User can See Food Details.
- User can know about Our Restaurant.
- User can Reserve Our Restaurant.