Flask File Sharing Application
This repository contains a simple file-sharing application built using Python and Flask. The application allows users to upload and download files via a web interface, styled with Tailwind CSS.
Features
- File Upload: Users can upload files to the server.
- File Listing: Uploaded files are listed on the main page.
- File Download: Users can download files from the server.
- Responsive Design: Styled using Tailwind CSS for a clean and responsive UI.
Prerequisites
- Python 3.x
- Flask
- Tailwind CSS (via CDN)
Installation
Install Flask:
pip install Flask
Run the Application
Start the Flask Server:
python app.py