https://github.com/sankethsj/filehookups
File Hookups is a demo web app using Flask and HTML/JavaScript. It allows file uploads and downloads.
https://github.com/sankethsj/filehookups
flask html javascript
Last synced: about 2 months ago
JSON representation
File Hookups is a demo web app using Flask and HTML/JavaScript. It allows file uploads and downloads.
- Host: GitHub
- URL: https://github.com/sankethsj/filehookups
- Owner: sankethsj
- License: mit
- Created: 2024-08-19T10:48:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T11:06:14.000Z (almost 2 years ago)
- Last Synced: 2024-08-20T12:44:58.661Z (almost 2 years ago)
- Topics: flask, html, javascript
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Hookups
## Overview
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.
## Features
- **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.
## Technologies Used
- **Backend**: Flask (Python)
- **Frontend**: HTML, CSS, JavaScript
- **Deployment**: Local server for development
## Getting Started
### Prerequisites
- Python 3.x
- Flask (`pip install flask`)
### Installation
1. **Clone the Repository**
```bash
git clone https://github.com/your-username/filehookups.git
cd filehookups
```