Skip to content

collinalexbell/node-todo

This branch is 3 commits ahead of, 12 commits behind scotch-io/node-todo:master.

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 [email protected]:scotch-io/node-todo
  2. Install the application: npm install
  3. Make sure mongodb is accessable at http://localhost:27017
  4. Start the server: node server.js
  5. View in browser at http://localhost:2020

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.7%
  • HTML 30.3%