/angcrud

Demonstrate CRUD with Angular and Express HTTP with js objects

Primary LanguageJavaScript

Angular express CRUD sample starter app

Overview

This is a starter app for doing simple

  • Create(POST)
  • Read(GET)
  • Update(PUT)
  • Delete(DELETE)

using Angular UI & express HTTP server using simple javascript objects.

For simple projects we can skip DB usage.

For better looks I use Angular material but you can skip it in case you wish to only learn.

REST API seems to be catching on like wild fire these days.

mayurasana shot

Usage


$ npm install
$ cd public
$ bower install
$ npm start

Go to http://localhost;2333

Contact

Girish Venkatachalam girish@gayatri-hitech.com