Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldrinmathew/liquidart
Liquidart is a Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider. Revival of the abandoned AQUEDUCT project.
https://github.com/aldrinmathew/liquidart
dart database flutter framework http http-server oauth2 postgresql server server-framework
Last synced: 29 days ago
JSON representation
Liquidart is a Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider. Revival of the abandoned AQUEDUCT project.
- Host: GitHub
- URL: https://github.com/aldrinmathew/liquidart
- Owner: aldrinmathew
- License: bsd-2-clause
- Created: 2021-03-31T01:55:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T13:04:46.000Z (over 3 years ago)
- Last Synced: 2024-11-24T18:17:20.601Z (about 1 month ago)
- Topics: dart, database, flutter, framework, http, http-server, oauth2, postgresql, server, server-framework
- Language: Dart
- Homepage: https://pub.dev/packages/liquidart
- Size: 6.27 MB
- Stars: 33
- Watchers: 5
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Liquidart](/resources/images/liquidart.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)
Liquidart 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 Liquidart, check out [the tour](https://aqueduct.io/docs/tour/).
## Getting Started
1. [Install Dart](https://www.dartlang.org/install).
2. Activate Liquidartpub global activate liquidart
3. Create a new project.
liquidart 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 Liquidart.
## 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/liquidart/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 Liquidart examples is [here](https://github.com/stablekernel/liquidart_examples).