First activate a virtual enviornment TO download virtual enviornment:
pip install virtualenv
python -m venv virtualenvname
To activate in windows:
./virtualenvname/Scripts/activate
Note: might see error scripts not allowed contact me if it comes
To activate in linux:
source virtualenvname/bin/activate
Once virtual env is activates run following commands :
git clone 'https://github.com/Geek-Series/chatter-app.git'
cd chatter-app
cd chatter_project
Then do ls command if you see manage.py file you are in correct directory
then run following command
pip install -r requirements.txt
To run server
python manage.py runserver
Go to following address to access server