Skip to content

conduit-dart/conduit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 261 commits ahead of stablekernel:master.

Latest commit

* Added sortPredicate to query to sort for non propertyIdentifier values

Exemple: query.sortPredicate = QuerySortPredicate('random()', QuerySortOrder.ascending);

* Add sortPredicate teste
1f51879

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
ci
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Linux Windows Macos melos

Conduit is a fork of Stablekernel's Aqueduct, a modern Dart HTTP server framework.

Getting Started

  1. Install Dart.
  2. Activate Conduit.
dart pub global activate conduit
  1. Create a new project.
conduit create my_project
  1. Serve the project.
cd my_project
conduit serve

Tutorials, Documentation and Examples

We are currently in the process of collating helpful resources for your edification. Our main docs live here.

Conduit is a close fork to Aqueduct, so Aqueduct examples can be tweaked to work with Conduit here. The major concern is updating the code to use null-safety.

Contributors

j4qfrost
j4qfrost

πŸ’»
neterror
neterror

πŸ’»
Luis
Luis

πŸ’»
Artem Semirenko
Artem Semirenko

πŸ› πŸ’»

About

Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 99.9%
  • Other 0.1%