comethrusws / HomeServer-APIs

APIs i created for my Flask Homeserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomeServer APIs

I recently implementeda Flask Webserver for my home and implemented APIs to make it more efficient! This repository contains a collection of APIs i am creating right now to enhance the functionality of my web home server. These APIs are designed to make your home server more efficient, accessible, and versatile.

Folder Structure of my server:

home_server/

├── app.py

├── static/

├── templates/

├── api1/
│ ├── app.py
│ ├── config.py
│ ├── static/
│ │

├──...so on for multiple APIs

Table of Contents

APIs

This repository is organized into multiple subfolders, each containing a separate API designed for a specific purpose. Below is a list of the APIs available in this project:

  • [FileDrop: A Simple API for File sharing. It allows users to easily share files with others, whether it's large documents, photos, or any other type of data.]

Each API has its own subfolder with its code and a dedicated README that provides detailed information about the API, how to set it up, and how to use it.

Getting Started

To get started with any of the APIs in this project, follow these general steps:

  1. Clone this repository to your home server or local development environment.

  2. Navigate to the subfolder of the API you want to use.

  3. Refer to the specific API's README for instructions on installation, configuration, and usage.

Usage

  • Detailed information on how to use each API is provided in its respective README located in the corresponding subfolder.
  • Make sure to follow the setup and usage instructions carefully to ensure each API functions correctly.

Documentation

For specific documentation, installation instructions, and usage guidelines for each API, please refer to the README file within the respective subfolder of that API.

About

APIs i created for my Flask Homeserver


Languages

Language:Python 95.1%Language:HTML 4.9%