@quatrain/api-server
v1.1.9
Published
API Server Utilities for Quatrain
Readme
@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
CrudEndpointandListEndpointhandlers 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.
