Example API

December 2, 2024 ยท View on GitHub

Simple base code for creating your own AI reverse proxy. Uses Docker with Cloudflare Tunnels to deploy and FastAPI as the web framework.

Heaviily inspired by full-stack-fastapi-template.

Dependencies

  • Docker
  • Docker Compose

How to Run

chmod +x deploy.sh
./deploy.sh

Contents

  1. 1Dependencies
  2. 2How to Run