You will need to install NodeJS on your development platform. The project has been tested with NodeJS v0.10.25
Before running please ensure you have installed the express module
npm install express
We are currently porting the database to sqlite3, install the sqlite3 library as well
npm install -g node-gyp npm install sqlite3
The repo contains only the project files (no libraries).
Sample data is provided in an SQLite database. For a production environment we recommend using an alternative such as MySQL.
There was an error while loading. Please reload this page.