Simple quota management by a quota tree abastraction.
You need Node.js installed and you'll need MongoDB installed and running.
clone the repo
$ git clone https://github.com/wasacoder/eqm.git
install the dependencies
$ npm install
seed the models
$ ./node_modules/.bin/rest-hapi-cli seed
start the api
$ npm start
view the api docs at