Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 437 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 437 Bytes

Test app yii2 rest Api and angular client side

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

Install for local:

Download and run cmd:

Init client app

cd app
bower update

Init server

cd ../rest
composer install --prefer-dist

Change config \rest\config\db.php SQL DB - rest/sql.txt

More Folder rest - server-side on Yii2 Folder app - client application build with AngularJS