MEAN web client – AngularJS – REST API
Few months ago i posted the MEAN REST server (backend API in nodeJS ) . Here is the blog post
Here is the git repo https://github.com/fuzonmedia/MEAN-REST-SERVER
Interactive REST API Doc : http://docs.restnodejs.apiary.io/
Now i am posting the web client to consume the above REST API . The web client is build in AngularJS
What does it offer ?
- 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
Login credential (niltest3/123456) or register here https://mean-web-client.herokuapp.com/#/register
Build & development
Run grunt build
for building and grunt serve
for preview in localhost
Testing
Running grunt test
will run the unit tests with karma.
Here is the git repo source code https://github.com/fuzonmedia/MEAN-Web-Client
MEAN web client – AngularJS – REST API
Pingback: MEAN Stack REST API Server - Your Addons