Base framework to build AngularJS applications with PHP as middle tier. As a framework this can connect to any DB (RDBMS or MongoDB)
- PHP 5.6 + or greater
- MongoDB
- Nodejs
- Grunt
- mQuery project
- Composer
- Open command prompt or terminal on "client"
- Type "bower install" if there is a version conflict just select the correct version (mostly latest should work) and hit enter.
- Run "grunt"
- Now your Client setup is ready
- Get into "server" directory
- Type "composer install"