README.md~ 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. # Node Todo App
  2. A Node app built with MongoDB and Angular. For demonstration purposes and a tutorial.
  3. Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores like a hoarder.
  4. ## Requirements
  5. - [Node and npm](http://nodejs.org)
  6. ## Installation
  7. 1. Clone the repository: `git clone git@github.com:scotch-io/node-todo`
  8. 2. Install the application: `npm install`
  9. 3. Start the server: `node server.js`
  10. 4. View in browser at `http://localhost:8080`
  11. ## Tutorial Series
  12. This repo corresponds to the Node Todo Tutorial Series on [scotch.io](http://scotch.io)
  13. Each branch represents a certain tutorial.
  14. - tut1-starter: [Creating a Single Page Todo App with Node and Angular](http://scotch.io/tutorials/javascript/creating-a-single-page-todo-app-with-node-and-angular)
  15. - tut2-services: Coming Soon
  16. - tut3-auth: Coming Soon
  17. - tut4-sockets: Coming Soon
  18. - tut5-redis: Coming Soon
  19. - tut6-organization: Coming Soon
  20. Happy Todo-ing!
  21. ![Todo-aholic](http://i.imgur.com/ikyqgrn.png)
  22. # tera-website-test