The Backbone Dart Backend Framework

A Dart framework for writing REST APIs from an Open API spec.

Package Pub
backbone pub package
backbone_cli pub package

Quick Start

# Activate from pub.dev
dart pub global activate backbone_cli

# Download example API spec
curl https://raw.githubusercontent.com/mtwichel/backbone/main/example/openapi.yaml --output openapi.yaml

# Generate the API
backbone generate --new

You can read the full documentation here

GitHub

View Github