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-01-27 19:48:33 -05:00
.idea Update boilerplate 2018-03-29 19:55:28 -04:00
.vscode Update launch.json 2018-12-31 12:27:04 -05:00
bin Update prod.dart 2019-01-04 09:49:24 -05:00
config Update default.yaml 2017-01-28 11:23:35 -05:00
lib Update routes.dart 2019-01-23 14:45:20 -05: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 Update analysis_options.yaml 2018-12-30 18:53:51 -05:00
Dockerfile Dockerfile 2018-12-27 21:14:42 -05:00
LICENSE :) 2016-04-21 22:56:21 -04:00
pubspec.yaml Update pubspec.yaml 2019-01-27 19:48:33 -05:00
README.md README update for v2 2018-12-10 22:36:14 -05:00

The Angel Framework

Gitter Pub Build status License

A batteries-included, full-stack Web server framework for Dart.


Wiki (in-depth documentation)

API Documentation

Roadmap

File an Issue

Awesome Angel 🔥

Like what you see? Please lend us a star!

Newest Tutorials

Installation & Setup

Having errors with a fresh Angel installation? See here for help.

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.

Features

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

Basic Example

Examples and complete projects can be found here:

https://github.com/angel-dart/examples-v2