Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

mountainland/ordersystem-frontend

Repository files navigation

Online Food Delivery developed by using Django

Use with backend

Requirements

  • Python 3.* version

Project Setup Process

For Windows

git clone https://github.com/mountainland/ordersystem-frontend.git
cd ordersystem-frontend
pip install -r requirements.txt

For Ubuntu/ Linux

git clone https://github.com/mountainland/ordersystem-frontend.git
cd ordersystem-frontend
pip3 install -r requirements.txt