/resolution-15

Track your 2015 New Years Resolutions using this twist on a traditional Todo

Primary LanguageJavaScript

Resolution-15

Build Status

A holiday twist, on the classic todo example. What will you accomplish in 2015?

Check it out at https://resolution-15.herokuapp.com/

Deploy

Screenshot

Local dependencies

Installing

  1. Download and install http://postgresapp.com/
  2. Click on the Postgres icon, click 'Open psql' & run CREATE DATABASE resolution15;
  3. Run npm install
  4. Run npm run migrations
  5. Update app/api/config/config.json

Running

  1. With live-reload: npm run dev or easy-mode: npm start
  2. http://localhost:5200