@quatrain/studio-api
v1.1.4
Published
Local API server for Quatrain Studio
Readme
studio-api
API Server application for Quatrain Studio.
Purpose
This package is part of the Quatrain Core monorepo. It acts as the backend API server for Quatrain Studio, providing the necessary endpoints for the web frontend and CLI to interact with core Quatrain services.
HOWTO / Usage Examples
# Run locally using yarn
yarn start
# Or run via podman-compose for a full containerized environment
podman-compose upConventions & Technical Details
- Follows the standard Quatrain architecture patterns.
- Ensure proper configuration before usage.
- See the root monorepo documentation for more details on building and testing this package.
