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.
- Clone the repository:
git clone [email protected]:scotch-io/node-todo - Install the application:
npm install - Start the server:
node server.js - View in browser at
http://localhost:8080
This repo corresponds to the Node Todo Tutorial Series on scotch.io
Happy Todo-ing!
