Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ineat/aqueduct_dart_api
- Owner: ineat
- Created: 2018-11-23T13:04:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T13:11:36.000Z (about 6 years ago)
- Last Synced: 2024-11-07T11:44:33.463Z (about 2 months ago)
- Language: Dart
- Size: 10.8 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.