Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 570 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 570 Bytes

Online Food Delivery developed by using Django

Requirements

  • Python 3.* version

Project Setup Process

For Windows

    - git clone https://github.com/ChanduArepalli/Django-Online-Food-Delivery.git
    - cd Django-Online-Food-Delivery
    - pip install -r requirements.txt
    - python manage.py runserver

For Ubuntu/ Linux

    - git clone https://github.com/ChanduArepalli/Django-Online-Food-Delivery.git
    - cd Django-Online-Food-Delivery
    - pip3 install -r requirements.txt
    - python3 manage.py runserver