josercc / conduit

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

Home Page:https://theconduit.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pub pointsTest Suite

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

Getting Started

  1. Install Dart.

  2. Activate Conduit

     pub global activate conduit
    
  3. Create a new project.

     conduit create my_project
    

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.

About

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

https://theconduit.dev

License:BSD 2-Clause "Simplified" License


Languages

Language:Dart 98.6%Language:HTML 1.0%Language:CSS 0.4%