Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 885 Bytes

File metadata and controls

69 lines (43 loc) · 885 Bytes

SwiftShare

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/


Features

  • File upload and download
  • Multiple users can access shared files

Tech Stack

Backend

  • Python
  • Django
  • Django Channels

Frontend

  • HTML
  • CSS
  • JavaScript

Database

  • Postgres

How to Run

Clone the repository:

git clone https://github.com/Shivanii30/ClickShare.git
cd ClickShare

Install dependencies:

pip install -r requirements.txt

Run migrations:

python manage.py migrate

Start the server:

python manage.py runserver

Open in browser:

http://127.0.0.1:8000/