User Authentication (signup, login, logout) using angularJS, php and mysql using generator-angular 0.9.8.
Angular 1.3: https://devdocs.io/angularjs~1.3
This is a simple user authentication built with angularJS 1.3.
Grunt is a JavaScript task runner (Automation), save yourself from repetitive tasks. Install project dependencies with npm install.
npm install grunt --save-dev
- Run Grunt with: grunt.
- Run Grunt with PHP: grunt php
Run Grunt with: grunt build
Run Grunt with: grunt test
-
"test/phpnit/composer.json": is used for config phpUnit
-
"test/karma.conf.js": is used for config karma for test javascript (tasks).