Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 511 Bytes

Goals tracking app

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

Installation

  1. Download the repo
$ git clone https://github.com/aurerua/goals-tracker-mvc.git
  1. Install the dependencies
$ cd goals-tracker-mvc && npm install

Running the server

$ node server.js