nguyenbathanh / node-todo

A simple Node/MongoDB/Angular todo app

Home Page:http://scotch.io/series/node-and-angular-to-do-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Todo App

A Node app built with MongoDB and Angular. For demonstration purposes and a tutorial.

Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores like a hoarder.

Requirements

Installation

  1. Clone the repository: git clone git@github.com:scotch-io/node-todo
  2. Install the application: npm install
  3. Start the server: node server.js
  4. View in browser at http://localhost:8080

Tutorial Series

This repo corresponds to the Node Todo Tutorial Series on scotch.io

Each branch represents a certain tutorial.

Happy Todo-ing!

Todo-aholic

About

A simple Node/MongoDB/Angular todo app

http://scotch.io/series/node-and-angular-to-do-app

License:MIT License


Languages

Language:JavaScript 67.0%Language:HTML 33.0%