An open API service indexing awesome lists of open source software.

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.

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
```