Skip to content

atikrpi27/Restaurant-Website-by-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the project:

  1. Clone/Download the project.
  2. Go to the the project folder where manage.py is located.
  3. create and activate virtual environment.
  4. run this command in terminal: pip install -r requirements.txt
  5. the above command will install all packages required to run the project.
  6. run python manage.py migrate
  7. run python manage.py runserver
  8. go to http://127.0.0.1:8000/

Project Features:

  • 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.

Releases

No releases published

Packages

No packages published

Languages