Skip to content

Vasanth-seemakurthy/Django-Online-Food-Delivery

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.4%
  • HTML 27.8%
  • CSS 3.8%