A starting point for Angel applications that use Angel's ORM.
Fill out the v1.0.0 survey now!!!
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
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.