Skip to main content

Vanilla JS Frontend

The VanillaJS frontend is a lightweight solution leveraging FastAPI to serve static files.

Demo

Prerequisites

  • Python 3.11+
  • pip

Setup and Running

  1. Install required packages:

    pip install -r requirements.txt
  2. Start the server:

    python -m uvicorn main:app
  3. Access at http://localhost:8000