Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
/ backbone Public archive

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

Notifications You must be signed in to change notification settings

mtwichel/backbone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Code of conduct

Stars

Watchers

Forks