/angular-yii2

Demo blog on AngularJS with server-side Yii2 Rest API.

Primary LanguagePHP

#GET STARTED

$ git clone https://github.com/githubjeka/angular-yii2.git
$ cd angular-yii2
$ git submodule init
$ git submodule update

###Init client###

$ cd client-angular
$ bower update

###Init server:### Build Status

$ cd rest
$ composer install --prefer-dist

Create a new database and adjust the components['db'] configuration in environments/dev/common/config/main-local.php accordingly.

$ php yii init
$ php yii migrate

See more info https://github.com/githubjeka/yii2-rest/blob/master/README.md

Test app yii2 rest Api and angular client side

Demo Client - http://angularyii2.github.io/

Demo Server - http://angular-yii2.tk/