SwiftShare 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.
Live Link : https://prod-clickshare-production.up.railway.app/
- File upload and download
- Multiple users can access shared files
Backend
- Python
- Django
- Django Channels
Frontend
- HTML
- CSS
- JavaScript
Database
- Postgres
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/