Skip to content

WarzeDev/quickUpload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickUpload

quickUpload is a simple Flask-based web application that allows users to upload, download, share and delete files. It features a login system and each user has their own dedicated upload directory.

Installation

  1. Clone the repository:
git clone https://github.com/LeonhardTissen/quickUpload.git && cd quickUpload
  1. Install the required packages:
pip3 install -r requirements.txt

Usage

  1. Run the application in debug mode
python3 sites.py debug
  1. Enter Admin credentials

Note

Only the admin can create new users

  1. Navigate to http://localhost:5776/ in your web browser

  2. Run the application in production mode

python3 sites.py

License

MIT

Leonhard Tissen on X/TwitterLeonhard Tissen on YouTubeLeonhard Tissen on LinkedInLeonhard Tissen on GitHubLeonhard Tissen on GitLab

About

📤 Simple Flask web app for users to upload, download and share files.

Topics

Resources

License

Stars

Watchers

Forks

Contributors