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
2021-06-14 08:08:25 +08: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 Updated angel3-orm 2021-06-14 08:08:25 +08:00
config Updated dependencies 2021-02-19 22:34:24 +08:00
lib Updated angel3-orm 2021-06-14 08:08:25 +08:00
test Updated angel3-orm 2021-06-14 08:08:25 +08: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 Updated dependencies 2021-02-19 22:34:24 +08:00
analysis_options.yaml Add unnecessary_new lints, upgrade prod 2019-04-28 14:38:01 -04:00
AUTHORS.md Updated angel3_orm 2021-06-11 12:00:10 +08:00
CHANGELOG.md Updated angel3_orm 2021-06-11 12:00:10 +08:00
CONTRIBUTING.md Updated angel3_orm 2021-06-11 12:00:10 +08:00
Dockerfile Change Dockerfile to use latest dart image 2019-09-26 09:09:01 +02:00
LICENSE Updated angel3_orm 2021-06-11 12:00:10 +08:00
logo3.png Updated angel3_orm 2021-06-11 12:00:10 +08:00
pubspec.yaml Updated angel3-orm 2021-06-14 08:08:25 +08:00
README.md Updated README 2021-06-11 12:28:14 +08:00

Angel 3 Framework

Version Null Safety Gitter

License

A polished, production-ready backend framework in Dart.

Note: This repo is an application boilerplate ,and not the underlying framework library.


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.

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 Angel3 CLI:

pub global activate angel3_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.