This project aims to implement a Learning Record Store based on the specifications of the RESTful Experience API (API Spec) in node.js.
Documentation is generated using Codo. The current Docs can be found here.
A report viewer is beeing developed as part of this implementation.
- edit
app/config.coffeeto match yourcouchDBserver - install
node, seepackage.jsonfor required version - install all global dependencies or add the projects
node_modules/.binto yourPATH. Currently the global dependencies are:grunt-clicoffee-script
- run
npm installto install all dependencies locally - hit
gruntto launch the application grunt mochaTestfor running all test casesgrunt docto generate the latest docs locally in thedocfolder

