A little implementation of a goal tracker using a MVC folder structure that I wrote for the blog post: Building a Node.js application on Android
- Download the repo
$ git clone https://github.com/aurerua/goals-tracker-mvc.git
- Install the dependencies
$ cd goals-tracker-mvc && npm install
$ node server.js