Video tutorial for the app is available on YT: https://youtu.be/hqZzzsNepjQ
This app is for users to easily share files with each other.
- A user can login.
- User can upload files.
- User can view his/her uploaded files.
- It is mobile responsive.
- 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.
- In users profile user can set his/her profile picture.
- Users can download other users' uploaded files.
- The user can upload any type of files such as images, videos, text files and also different types of programs like python code, java code, etc.
- Python
- Django
- Bootstrap
- JavaScript
- Django
- django-crispy-forms
- Pillow
The Secret_Key required for the execution and debugging of project has not been removed from the project code. So it can be used without generating a new one.
python django_web_app/manage.py makemigrations
python django_web_app/manage.py migrate
python django_web_app/manage.py runserver
In your web browser enter the address : http://localhost:8000 or http://127.0.0.1:8000/