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
apiapplication-servercross-platformdartexpress.jsframeworklaravelmvcplatformprotevusserverstarter-application
.github | ||
.idea | ||
.vscode | ||
bin | ||
config | ||
lib | ||
test | ||
views | ||
web | ||
.dockerignore | ||
.gitignore | ||
analysis_options.yaml | ||
AUTHORS.md | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Dockerfile | ||
LICENSE | ||
logo3.png | ||
pubspec.yaml | ||
README.md |
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
- Download and install Dart.
- Run the following command to start Angel3 server in dev mode to hot-reloaded on file changes:
dart --observe bin/dev.dart
- 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.