Skip to content

fmunoz92/silex-angular

Repository files navigation

REST API PHP Silex + Angular + Bootstrap

Technologies and Frameworks

Requirements

Quick Install

update data base params in config/env/develoment.json

$ composer install
$ bower install
$ php vendor/bin/doctrine orm:schema-tool:update --force

Create the database for tests then put the env var SILEX_MODE=test update test data base params in config/env/test.json

$ php vendor/bin/doctrine orm:schema-tool:update --force

Change SILEX_MODE to development.

Run tests

$ php vendor/bin/phpunit

Run server

$ php -S localhost:8000

About

REST API PHP Silex + Angular + Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published