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-11 12:22:21 +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 templates 2021-06-11 12:22:21 +08:00
config Update default.yaml 2017-01-28 11:23:35 -05:00
lib Updated templates 2021-06-11 12:22:21 +08:00
test Updated templates 2021-06-11 12:22:21 +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 Update dependencies for development 2021-02-18 21:30:50 +08:00
analysis_options.yaml Add unnecessary_new lints, upgrade prod 2019-04-28 14:38:01 -04:00
AUTHORS.md Updated CHANGELOG 2021-06-11 10:36:19 +08:00
CHANGELOG.md Updated templates 2021-06-11 12:22:21 +08:00
CONTRIBUTING.md Updated CHANGELOG 2021-06-11 10:36:19 +08:00
Dockerfile Change Dockerfile to use latest dart image 2019-09-26 09:09:01 +02:00
LICENSE Updated CHANGELOG 2021-06-11 10:36:19 +08:00
logo3.png Updated templates 2021-06-11 12:22:21 +08:00
pubspec.yaml Updated templates 2021-06-11 12:22:21 +08:00
README.md Updated templates 2021-06-11 12:22:21 +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

Angel3 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.

Installation & Setup

  1. Download and install Dart.
  2. Run the following command to start Angel3 server in dev mode to hot-reloaded on file changes:
dart --observe bin/dev.dart
  1. Next, check out the detailed documentation to learn to flesh out your project. Angel3 works the same way as the original Angel.

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.