Dime is a timetracking application, originally written in PHP using Symfony2.
This is an approach to implement a fast Dime server in nodejs.
Clone this repository, run npm install, edit your database settings in models.js and launch the server by calling
::
node dime.js
You'll need a Dime frontend_ as well, so please set that up first.
.. _Dime frontend: https://github.com/quafzi/dime-frontend
