Seamless File Sharing for Everyone Functionalities: ->user-friendly website with a secure login feature. ->users can upload files effortlessly. ->sers to view a list of their uploaded files. ->search functionality for users to explore and view profiles of their peers. ->file-sharing capabilities, empowering users to share their uploaded files with others. ->Enhanced user experience by displaying shared files from fellow users in the "uploaded files" section. setup guide: ->python -m venv venv (optional) ->cd venv/Scripts/activate.bat (optional) ->pip install -r requirements.txt ->python manage.py makemigrations ->python manage.py migrate ->python manage.py runserver