- Create a web-app where a user can login.
- User can upload files.
- User can view his/her uploaded files.
- User can search and view profile of other users.
- They can share their uploaded files with any of those users.
- Users can see the shared files by other users also in uploaded files.
- Django
- django-crispy-forms
- Pillow
python django_web_app/manage.py makemigrations
python django_web_app/manage.py migrate
python django_web_app/manage.py runserver