December 17th, 2014
Tonight:
* OK, think I have this all set, just committed master branch (https://github.com/warnero/node-todo-api/commit/de712b258af40735bc1773fb68064fcc1286a031)
* Setting up git flow (https://github.com/nvie/gitflow) since I use that for all my projects and this shouldn’t be any different
* Let’s start adding in our Todo model stuff
* Using the same template that Mark (https://twitter.com/markcicoria) came up with for our Mongo schemas
* Basically define our schema in json so that we can easily get access to it and use that to initialize our Mongo schema
Next steps: