febouge / habit-tracker

Simple web application to track your habits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Habit Tracker

This is intended to be the server part for a future web application to track your habits.

Build Status

build status coverage report

Methodology

I intend to use TDD and try to keep the things simple as much as possible.

ToDo and/or ideas

  • Define app structure.
  • Define app database. I am really interested in PostgreSQL using pg-promise. Maybe MongoDB with Mongoose.
  • Create models to handle database transactions.
  • Create a layer between routes and models to do some logic (if needed).

Future ToDo and/or ideas

  • Create a web client in a separate repository.
  • Deployment using Heroku or OpenShift?.

License

This application is relased under the terms of GPLv3 license.

About

Simple web application to track your habits

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%