Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stablekernel/aqueduct
Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.
https://github.com/stablekernel/aqueduct
dart framework http oauth2 orm rest routing server
Last synced: 27 days ago
JSON representation
Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.
- Host: GitHub
- URL: https://github.com/stablekernel/aqueduct
- Owner: stablekernel
- License: bsd-2-clause
- Archived: true
- Created: 2015-05-29T18:56:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T13:19:09.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T10:03:58.390Z (about 1 month ago)
- Topics: dart, framework, http, oauth2, orm, rest, routing, server
- Language: Dart
- Homepage: https://aqueduct.io
- Size: 17.8 MB
- Stars: 2,403
- Watchers: 76
- Forks: 278
- Open Issues: 179
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - stablekernel/aqueduct - Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider. (Dart)
README
![Aqueduct](https://s3.amazonaws.com/aqueduct-collateral/aqueduct.png)
[![OSX/Linux Build Status](https://travis-ci.org/stablekernel/aqueduct.svg?branch=master)](https://travis-ci.org/stablekernel/aqueduct) [![Windows Build status](https://ci.appveyor.com/api/projects/status/l2uy4r0yguhg4pis?svg=true)](https://ci.appveyor.com/project/joeconwaystk/aqueduct) [![codecov](https://codecov.io/gh/stablekernel/aqueduct/branch/master/graph/badge.svg)](https://codecov.io/gh/stablekernel/aqueduct)
[![Slack](https://slackaqueductsignup.herokuapp.com/badge.svg)](http://slackaqueductsignup.herokuapp.com/)
Aqueduct is a modern Dart HTTP server framework. The framework is composed of libraries for handling and routing HTTP requests, object-relational mapping (ORM), authentication and authorization (OAuth 2.0 provider) and documentation (OpenAPI). These libraries are used to build scalable REST APIs that run on the Dart VM.
If this is your first time viewing Aqueduct, check out [the tour](https://aqueduct.io/docs/tour/).
## Getting Started
1. [Install Dart](https://www.dartlang.org/install).
2. Activate Aqueductpub global activate aqueduct
3. Create a new project.
aqueduct create my_project
Open the project directory in [IntelliJ IDE](https://www.jetbrains.com/idea/download/), [Atom](https://atom.io) or [Visual Studio Code](https://code.visualstudio.com). All three IDEs have a Dart plugin. For IntelliJ IDEA users, there are [file and code templates](https://aqueduct.io/docs/intellij/) for Aqueduct.
## Tutorials, Documentation and Examples
Step-by-step tutorials for beginners are available [here](https://aqueduct.io/docs/tut/getting-started).
You can find the API reference [here](https://www.dartdocs.org/documentation/aqueduct/latest) or you can install it in [Dash](https://kapeli.com/docsets#dartdoc).
You can find in-depth and conceptual guides [here](https://aqueduct.io/docs/).
An ever-expanding repository of Aqueduct examples is [here](https://github.com/stablekernel/aqueduct_examples).