An open API service indexing awesome lists of open source software.

https://github.com/shankytiwari/angular-http-crud-application

This application is demonstration of CRUD operations which uses Angular's HTTP library.
https://github.com/shankytiwari/angular-http-crud-application

angular-crud angular-http-crud nodejs-angular-crud

Last synced: about 1 month ago
JSON representation

This application is demonstration of CRUD operations which uses Angular's HTTP library.

Awesome Lists containing this project

README

          

# Angular Http Crud Application using Nodejs

This application is demonstration of CRUD operations which uses Angular's HTTP library.

## Angular Code
Code for Angular application is in [Angular folder](https://github.com/ShankyTiwari/Angular-HTTP-crud-application/tree/master/Angular%20Application).

## Nodejs API Code
Code for Angular application is in [Nodejs Rest API folder](https://github.com/ShankyTiwari/Angular-HTTP-crud-application/tree/master/Nodejs%20Rest%20API/).

## Explanation and Blog Post
I have written a complete and well explained article on this application, for more details and Code explanation. [Click here](http://www.codershood.info/2016/10/23/angular-2-crud-application-using-nodejs/) to Read the article.