angel-dart / boilerplate_orm

A starting point for applications that use Angel's ORM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boilerplate_orm

The Angel Framework

A starting point for Angel applications that use Angel's ORM.

Gitter Pub

Fill out the v1.0.0 survey now!!!

Wiki (in-depth documentation)

API Documentation

Roadmap

File an Issue

Awesome Angel 🔥

To run in development, with hot-reload support:

dart bin/server.dart

To run in production, with hot-reload turned off:

ANGEL_ENV=production dart bin/server.dart

Migrations

This boilerplate includes support for Angel's ORM, with a migration system directly inspired by Laravel's.

Run dart tool/migrate.dart --help for help.

About

A starting point for applications that use Angel's ORM.

License:MIT License


Languages

Language:Dart 91.0%Language:HTML 9.0%