https://github.com/priyanshu-arora/social-spyne/tree/main/HLD
https://github.com/priyanshu-arora/social-spyne/tree/main/LLD
https://github.com/priyanshu-arora/social-spyne/tree/main/apps
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver