Protevus is a highly versatile and extensible application server platform for the Dart programming language. Inspired by the Laravel framework, Protevus aims to provide a familiar and Laravel-compatible API, allowing developers to leverage their existing Laravel knowledge and experience in the Dart ecosystem. https://protevus.com
Find a file
2019-10-02 22:21:08 -03:00
.github Create FUNDING.yml 2019-05-29 03:06:49 -04:00
.idea Update boilerplate 2018-03-29 19:55:28 -04:00
.vscode ANGEL_ENV -> production in launch.json 2019-04-18 12:04:54 -04:00
bin Listen on Level.ALL 2019-05-01 19:32:55 -04:00
config Update default.yaml 2017-01-28 11:23:35 -05:00
lib Prettylog handle fine, config 2019-05-01 19:29:51 -04:00
test move 2.x into master 2018-12-10 22:30:48 -05:00
views Fix includes in views 2018-11-14 02:18:56 -05:00
web 1.1.0-alpha 2017-10-19 17:53:33 -04:00
.dockerignore Docker! 2017-01-14 19:15:20 -05:00
.gitignore 1.1.0-alpha 2017-10-19 17:53:33 -04:00
analysis_options.yaml Add unnecessary_new lints, upgrade prod 2019-04-28 14:38:01 -04:00
Dockerfile Change Dockerfile to use latest dart image 2019-09-26 09:09:01 +02:00
LICENSE :) 2016-04-21 22:56:21 -04:00
pubspec.yaml Depend on 2.0.0 2019-04-29 12:48:06 -04:00
README.md Update the README.MD 2019-10-02 22:21:08 -03:00

The Angel Framework

Gitter Pub Build status License

A polished, production-ready backend framework in Dart.


About

Angel is a full-stack Web framework in Dart. It aims to streamline development by providing many common features out-of-the-box in a consistent manner. We are an application boilerplate and not the underlying framework library.

With features like the following, Angel is the all-in-one framework you should choose to build your next project:

Installation & Setup

Once you have Dart installed, bootstrapping a project is as simple as running a few shell commands:

Install the Angel CLI:

pub global activate angel_cli

Bootstrap a project:

angel init hello

You can even have your server run and be hot-reloaded on file changes:

dart --observe bin/dev.dart

Next, check out the detailed documentation to learn to flesh out your project.

Examples and Documentation

Visit the documentation for dozens of guides and resources, including video tutorials, to get up and running as quickly as possible with Angel.

Examples and complete projects can be found here.

You can also view the API Documentation.

There is also an Awesome Angel 🔥 list.