Skip to content

Shivanii30/ClickShare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

File Sharing Using Django REST Framework : https://prod-clickshare-production.up.railway.app/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 73.2%
  • Python 18.2%
  • CSS 6.8%
  • JavaScript 1.3%
  • Other 0.5%