Skip to content

jordinl/node-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Installation

Run tests

  1. Install phantomjs
  2. Install grunt-cli: npm install grunt-cli -g
  3. Running tests in a browser: Run grunt jasmine:server. Tests should be available at http://localhost:8888
  4. Running tests in headless mode: Run grunt jasmine:server:ci

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.3%
  • HTML 33.7%