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.
- Clone the repository:
git clone https://github.com/LeonhardTissen/quickUpload.git && cd quickUpload- Install the required packages:
pip3 install -r requirements.txt- Run the application in debug mode
python3 sites.py debug- Enter Admin credentials
Note
Only the admin can create new users
-
Navigate to
http://localhost:5776/in your web browser -
Run the application in production mode
python3 sites.py





