This application is a simple version of the modern social network technologies. It allows users to share posts, like posts and follows other users.
The backend was completely built in Django and I used SQL for the database.
make all
python manage.py migrate
python manage.py runserver




