Skip to content

api server Overview

GitHub Action edited this page May 21, 2026 · 1 revision

@quatrain/api-server-express

The @quatrain/api-server-express package provides the backend REST layer for Quatrain, exposing the underlying DataObjects and Backend engines through HTTP endpoints.

Features

  • Express Adapter: A lightweight wrapper around Express to bootstrap APIs instantly.
  • Auto-generated Endpoints: Pre-built CrudEndpoint and ListEndpoint handlers to instantly expose a Quatrain model (e.g. StudioProperty, StudioModel) as a complete REST API.
  • Middleware Support: Pluggable Express middlewares.

Getting Started

Refer to the HOWTO.md file for usage examples.

Clone this wiki locally