To set up this project on your computer:
- Install all necessary dependencies
pip install -r requirements.txt - Make migrations
python manage.py makemigrations - Migrate
python manage.py migrate
A Twitter-like social network website where user can follow each other and post their thoughts.