https://github.com/appleboiy/flask-files
Flask File Management App
https://github.com/appleboiy/flask-files
Last synced: about 2 months ago
JSON representation
Flask File Management App
- Host: GitHub
- URL: https://github.com/appleboiy/flask-files
- Owner: AppleBoiy
- License: mit
- Created: 2024-07-16T13:43:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T13:44:52.000Z (11 months ago)
- Last Synced: 2025-04-05T17:38:01.485Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask File Management App
This repository contains a Flask application for managing file upload, download, and viewing functionalities. Users can
upload files, view a list of available files, and download files based on specified user permissions.## Features
- **File Upload**: Users can upload files with associated user permissions.
- **File Download**: Download files based on specified user permissions.
- **File Listing**: View all available files with download links.### Usage
- **File Upload**: Navigate to the `/upload` endpoint to upload files.
- **File Listing**: Visit the `/files` endpoint to view all available files.
- **File Download**: Use the `/download/` endpoint to download specific files.### Example `.http` Requests
You can use the included `.http` files with the REST Client extension in Visual Studio Code to test file upload and
download functionalities directly.- `upload.http`: Test file upload with different users.
- `download.http`: Test file download scenarios.### License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.