As an introduction to Django, I attempted to create a very very basic mock instagram.
clone the repository
git clone https://github.com/akshatmshah/mini-twitter
install the dependencies
pip3 install requirements.txt
cd mini-twitter
poetry run python3 manage.py makemigrations
poetry run python3 manage.py migrate
poetry run python3 manage.py runserver