Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.26 KB

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.