HTTP API and Web Client of awesome Likeastore. application.
Install few things required for development.
Mocha is used for unit testing,
Client package manager,
Grunt build system,
$ npm install -g grunt-cli
After all developer dependencies are installed,
$ npm install$ bower install$ grunt
Run application (make sure your mongod is running),
Please keep in mind that all current work commits are pushed todevelopment branch.
To run full test suite,
Application requirescollector
component to be up and running, to collect users data.
Clone collector app,
$ git clone git@github.com:likeastore/collector.git
Run tests,
Run collector,
- To quickly clean up developers database, run