Skip to content

Bhavik-Ardeshna/InstaBook

Repository files navigation

InstaBook

Deployed in master branch in pythonanywhere

Get a copy of source code

Clone the InstaBook (from the main branch) and cd into the directory.

git clone -b https://github.com/Bhavik-Ardeshna/InstaBook.git
cd social_clone_app

Step to run InstaBook in local machine

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