this is the server client js app with nodejs(keystonejs) and angularjs for multidevices support
####install:
1-mongodb
2-nodejs
for first start after clone need command:
$ npm installcreate folder in c:\mongodb run >>
$ mongod --dbpath=c:\mongodbrun >>
$ nodemon web.jsgo to browser >> 127.0.0.1:3000\keystone
username:admin@keystonejs.com
password:admin
list of category >>/api/getcat
list of questions in category >> /api/LPIC1
for add new category (like LPIC2) you must add new model in code then add the name of model in web.js (nav) then add new category to restful.js (getcat)
you need to install some package in global mode
$ npm install -g cordova ionicfor run you need to do:
$ npm install
$ ionic serve




