FastAPI Application

A simple FastAPI application that serves HTML content and provides basic health monitoring.

Features

  • HTML welcome page at root endpoint
  • Health check endpoint
  • Docker containerization
  • Hot reload for development
  • Poetry for dependency management

Prerequisites

  • Docker and Docker Compose
  • Python 3.12
  • Poetry (for local development)

Quick Start

  1. Clone the repository: