- True MVC structure using yeoman(yeoman.io) for scaffolding
- REST API consume (http://docs.restnodejs.apiary.io/)
- User registration , login , CURD (Order) implementation (token based auth)
- Using local storage
- Using grunt for develop / deploy / test
- Using karma for unit testing
- SASS - bootstrap for css framework
- AngularJS config , constant , service , factory implementation
- HTTP Interceptors implementation
- Using angularSpinners , ui-notifications
- Ready to deploy in heroku
Live Demo : https://mean-web-client.herokuapp.com/#/#
Login credential (niltest3/123456) or register here https://mean-web-client.herokuapp.com/#/register
Run grunt build
for building and grunt serve
for preview in localhost
Running grunt test
will run the unit tests with karma.