Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 793 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 793 Bytes

We Share

Functionalites

  1. Create a web-app where a user can login.
  2. User can upload files.
  3. User can view his/her uploaded files.
  4. User can search and view profile of other users.
  5. They can share their uploaded files with any of those users.
  6. Users can see the shared files by other users also in uploaded files.

Additional Python Modules Required:

  • Django
  • django-crispy-forms
  • Pillow

How to RUN

python django_web_app/manage.py makemigrations

python django_web_app/manage.py migrate

python django_web_app/manage.py runserver

Screenshots :