- git clone https://github.com/amarshukla/food-order-django-app.git
- cd food-order-django-app
- Activate your virtual enviornment (Preferable), ignore this step if you prefer to work without virtualenv.
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py makemigrations
- python manage.py runserver
- in case you want to run the server in sucha way that it can be accessed over network, please replace step 7 with below step: python manage.py runserver 0.0.0.0:8000
- You are free to run the server on any of the unreserve port. 8000 is just default port in practice.
Name - Amar Shukla
Email - [email protected]
Linkedin - https://www.linkedin.com/in/amarshukla123/