- sign-up / sign-in / sign-out
- The user can follow other users
- The user can post a tweet.
- The user can view tweets or updates set by the users he follows.
- User can update his profile. e.g name etc
- User can search other users
- User can view profiles of other users.
- User can also like other's tweets.
- User can comment on tweets.
- Django==2.2.3
- django-environ==0.4.5
- psycopg2-binary==2.8.3
- pytz==2019.1
- sqlparse==0.3.0