The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2021-06-26 19:15:17 +08:00
.github Create FUNDING.yml 2019-05-29 03:06:49 -04:00
.vscode Updated dart requirements to 2.10 2021-02-14 13:22:25 +08:00
packages Moved vscode to own repo 2021-06-26 19:15:17 +08:00
tool add move_repos script 2020-02-16 14:28:17 -05:00
.gitignore Upgraded package cli 2021-03-06 19:56:49 +08:00
CHANGELOG.md Updated angel_websocket 2021-04-25 12:42:09 +08:00
LICENSE :) 2016-04-21 22:56:21 -04:00
README.md Cleared static analytics errors 2021-02-16 10:10:09 +08:00
requirements.txt add move_repos script 2020-02-16 14:28:17 -05:00
TODO.md Updated dart requirements to 2.10 2021-02-14 13:22:25 +08: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.

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

  • GraphQL Support
  • PostgreSQL ORM
  • Dependency Injection
  • Static File Handling
  • And much more...

See all the packages in the packages/ directory.

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.

Development

  • Install development version of Angel CLI dart pub global activate --source path ./packages/cli dart pub global activate --source git https://github.com/dukefirehawk/angel/packages/cli

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.

Contributing

Interested in contributing to Angel? Start by reading the contribution guide here.