Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sajeerrr/SuperShare

Repository files navigation

SuperShare

SuperShare is a lightweight and secure file-sharing web application that enables users to upload files and share them instantly across devices. The platform focuses on speed, simplicity, and ease of access without unnecessary complexity.


Features

  • Instant file upload and sharing
  • Secure, shareable download links
  • Time-limited file access
  • Cross-device and cross-browser compatibility
  • Basic file validation and security
  • Upload and download status tracking

Unique Feature

  • One-click file sharing without mandatory account registration

Tech Stack

Frontend

  • HTML
  • CSS
  • JavaScript

Backend

  • Django

Database

  • SQLite / MySQL

Server & Deployment

  • Gunicorn
  • AWS (EC2 / Lightsail)
  • Nginx (optional)

Storage

  • Local storage / AWS S3 (optional)

Project Setup

Prerequisites

  • Python 3.x
  • Git
  • Virtual environment (recommended)

Installation

git clone https://github.com/your-username/supershare.git
cd supershare
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Releases

No releases published

Packages

 
 
 

Contributors