piotrkowalczuk / ioweyou-backend

Backend of application that is used to track the debts. Based on Node.js (Express Framework), and Postgres/Redis databases.
ioweyou.pl
2 stars 3 forks source link

I Owe YOU! (back end)

I Owe YOU! is an app that is used to track the debts. Based on Node.js (Express Framework), and Postgres/Redis databases.

Build Status

Setup

  1. Install dependencies npm install.
  2. Create config.coffee based on config.coffee.dist.
  3. Create database in PostgreSQL based on what you wrote into config file.
  4. Run task that create tables in database grunt migration:syncdb.

Dependencies