This project is a simple file uploader and downloader website built using Flask for the backend and HTML/JavaScript for the frontend. The application allows users to upload files and download files via a web interface.
- File Upload: Users can upload files using a web form.
- File Download: Users can download files directly from the server.
- Response Handling: The application handles both JSON responses and file downloads.
- Backend: Flask (Python)
- Frontend: HTML, CSS, JavaScript
- Deployment: Local server for development
- Python 3.x
- Flask (
pip install flask
)
-
Clone the Repository
git clone https://github.com/your-username/filehookups.git cd filehookups