Skip to content

soham0005/ClickShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

ClickShare

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.


Features

  • File upload and download
  • Real-time updates using WebSockets
  • Multiple users can access shared files
  • Basic user authentication

Tech Stack

Backend

  • Python
  • Django
  • Django Channels
  • WebSockets

Frontend

  • HTML
  • CSS
  • JavaScript

Database

  • SQLite

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors