AyuFiles is an application for uploading files and viewing information about uploaded files. Alternative to anonfiles
- Light/dark mode toggle
- Uploading of files
- Previewing PDFs
-
Ensure total anonmity
-
Optimization
-
Auto Deletion
-
Request Deletion
-
Login/Registration
First download neccesary packages
pip install -r requirements.txt
Now configure host
in app.py at line 9
(Note: Host is just to display url after upload, it will not affect hosting.)
Now deploy the project
python app.py
Clone the project
git clone https://github.com/ayu2606/AyuFiles.git
Go to the project directory
cd AyuFiles
Install dependencies
pip install -r requirements.txt
Now configure host
in app.py at line 9
(Note: Host is just to display url after upload, it will not affect hosting.)
Start the server
python app.py
Contributions are always welcome!