Skip to content

Kelvyn2012/File_Sharing_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Django File Sharing App

A modern file sharing web application built with Django and styled with Tailwind CSS.
Users can upload files, generate shareable download links, and manage their uploaded files in a personal dashboard.


✨ Features

  • User Authentication (Django’s built-in auth system)
  • Upload Files with size/type restrictions
  • Generate Shareable Links (with UUID for security)
  • Image Previews for JPG/PNG files
  • Copy-to-Clipboard download link
  • Success Notifications after upload
  • My Files Dashboard to view previously uploaded files
  • Clean, responsive UI with Tailwind CSS

πŸ“Έ Screenshots

Upload Page

Upload Page

File Download Page

Download Page


πŸ›  Tech Stack

  • Backend: Django (Python)
  • Frontend: Tailwind CSS (CDN)
  • Database: SQLite (default, can be swapped for PostgreSQL/MySQL)
  • Storage: Local media folder (can integrate AWS S3)

πŸš€ Installation & Setup

  1. Clone the repository
    git clone https:/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published