Deployed in
masterbranch in pythonanywhere
Clone the InstaBook (from the
mainbranch) andcdinto the directory.
git clone -b https://github.com/Bhavik-Ardeshna/InstaBook.git
cd social_clone_appStep to run
virtualenv
python3 -m venv env
source env/bin/activateInstall all Dependencies
requirements.txt
pip3 install requirements.txtStart
Django project
python3 manage.py runserver