Skip to main content

Requirements

  • Python 3.11+
  • Docker & Docker Compose (to run generated projects)

Install

Use a virtual environment to keep your global Python environment clean.

Verify

Expected output:

Your first API

Your API is now running at http://localhost:5000.
The default project includes a working /default route, PostgreSQL, and Docker Compose — ready to extend immediately.

Next steps

generate api

Full reference for scaffolding a project

generate route

Add routes to an existing project

JSON Spec

Define your entire API in a single JSON file

Configuration

Set up environment variables and your database