Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 851 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 851 Bytes

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

    git clone https://github.com/your-username/filehookups.git
    cd filehookups