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
thomashii@dukefirehawk.com 9e7c29a3a4 Updated to version 7
2022-08-31 00:29:01 +08:00
.vscode ANGEL_ENV -> production in launch.json 2019-04-18 12:04:54 -04:00
bin Updated log message 2022-04-26 08:22:40 +08:00
config Update default.yaml 2017-01-28 11:23:35 -05:00
lib Updated to SDK 2.16.0 2022-04-26 08:11:53 +08:00
test Updated angel3-graphql 2021-06-14 09:37:53 +08:00
views Add Graphiql redirect, css, etc. 2019-04-29 13:20:47 -04:00
web Add Graphiql redirect, css, etc. 2019-04-29 13:20:47 -04:00
.dockerignore Docker! 2017-01-14 19:15:20 -05:00
.gitignore Migrated to NNBD 2021-06-14 09:28:20 +08:00
analysis_options.yaml Updated graphql template 2021-09-25 18:39:19 +08:00
CHANGELOG.md Updated graphql template 2021-09-25 18:39:19 +08:00
Dockerfile Updated to SDK 2.16.0 2022-04-26 08:11:53 +08:00
LICENSE Updated graphql template 2021-09-25 18:39:19 +08:00
pubspec.yaml Updated to version 7 2022-08-31 00:29:01 +08:00
README.md Updated graphql template 2021-09-25 18:39:19 +08:00

Graphql Starter Application for Angel3 framework

This is a graphql starter application for Angel3 framework which is a full-stack Web framework in Dart.

Installation & Setup

  1. Download and install Dart.

Development

  1. Run the following command to start Angel3 server in dev mode to hot-reloaded on file changes:

    dart --observe bin/dev.dart
    
  2. Modify the code and watch the changes applied to the application

Production

  1. Run the following command:

    dart bin/prod.dart
    
  2. Run as docker. Edit and run the provided Dockerfile to build the image.

Resources

Visit the Developer Guide for dozens of guides and resources, including video tutorials, to get up and running as quickly as possible with Angel3.

Examples and complete projects can be found here.

You can also view the API Documentation.