Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 643 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 643 Bytes

angular-todo

AngularJS single page ToDo App with CRUD operation at the backend on NODE.JS and MongoDB

Demo

###TO USE THIS SPA LOCALLY

  1. Install Node dependencies:
npm install
  1. Start server:
node web.js
  1. Open the Single Web Application at:
http://localhost:3000

###Check out for another SPA with extended feature!

https://github.com/joaquindev/yet-the-same-angular-todo-app

###Enjoy this SPA!