Skip to content

VadzimBelski-ScienceSoft/tutorial-angularjs-apigility-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Tutorial CRUD com AngularJS, ZF2 e Apigility

Configuração

cd apigility
php composer.phar install
php -S localhost:8888 -t public public/index.php

Em outro terminal

cd crud
php composer.phar install
php -S localhost:8080 -t public public/index.php

Acesse no navegador

localhost:8080