Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ineat/aqueduct_dart_api

API using Aqueduct Framework in Dart language
https://github.com/ineat/aqueduct_dart_api

Last synced: 6 days ago
JSON representation

API using Aqueduct Framework in Dart language

Awesome Lists containing this project

README

        

# heroes
API heroes using Aqueduct framework and written in Dart.

## Running the Application Locally

Run `aqueduct serve` from this directory to run the application. For running within an IDE, run `bin/main.dart`. By default, a configuration file named `config.yaml` will be used.

To generate a SwaggerUI client, run `aqueduct document client`.