ClickShare is a real-time file sharing web application built using Django and WebSockets. It allows users to upload and share files, while other connected users receive updates instantly without refreshing the page.
- File upload and download
- Real-time updates using WebSockets
- Multiple users can access shared files
- Basic user authentication
Backend
- Python
- Django
- Django Channels
- WebSockets
Frontend
- HTML
- CSS
- JavaScript
Database
- SQLite
Clone the repository:
git clone https://github.com/Shivanii30/ClickShare.git
cd ClickShareInstall dependencies:
pip install -r requirements.txtRun migrations:
python manage.py migrateStart the server:
python manage.py runserverOpen in browser:
http://127.0.0.1:8000/