Deployed in
master
branch in pythonanywhere
Clone the InstaBook (from the
main
branch) andcd
into the directory.
git clone -b https://github.com/Bhavik-Ardeshna/InstaBook.git
cd social_clone_app
Step to run
virtualenv
python3 -m venv env
source env/bin/activate
Install all Dependencies
requirements.txt
pip3 install requirements.txt
Start
Django project
python3 manage.py runserver