generator-flightangular

A WebApp Generator for Yeoman: FlightPHP + MongoDB backend, AngularJS frontend.

Usage no npm install needed!

<script type="module">
  import generatorFlightangular from 'https://cdn.skypack.dev/generator-flightangular';
</script>

README

generator-flightangular Build Status

A generator for Yeoman.

Yeoman FlightPHP and AngularJS Generators

This Yeoman generator builds simple AngularJS webapps with a FlightPHP REST API at the server side. (Using MongoDB as storage)

To install generator-flightangular from npm, run:

$ git clone git@github.com:OddEssay/generator-flightangular.git
$ cd generator-flightangular
$ sudo npm link

Then, initiate the generator from your desired deployment location.

$ yo flightangular

Anything in the "public" directory is exposed to the webserver.

To create a new set of CRUD routes:

$ yo flightangular:crud 

Angular Routes created will be: // - List all models in the db. //create - Create a new item. //:id - Display an item. //:id/edit - Edit an existing item.

Tests

To run PHPUnit tests, ensure you have run composer to deploy PHP components and have "./composer/bin" in your path so the executable can be found, or that PHPUnit is globally available from somewhere else.

Created By

Paul Freeman (@OddEssay). Made in Liverpool.

License

MIT License