Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

hootan09/quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quiz-app

this is the server client js app with nodejs(keystonejs) and angularjs for multidevices support

Server side TODO:

####install:

1-mongodb

2-nodejs

for first start after clone need command:

$ npm install

create folder in c:\mongodb run >>

$ mongod --dbpath=c:\mongodb

run >>

$ nodemon web.js

go to browser >> 127.0.0.1:3000\keystone

username:admin@keystonejs.com

password:admin


added restful json to the server

list of category >>/api/getcat

list of questions in category >> /api/LPIC1

note:

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)




client side app TODO:

you need to install some package in global mode

$ npm install -g cordova ionic

for run you need to do:

$ npm install
$ ionic serve

Preview/Screenshot

server 4

server 5

server 6

server 1

server 2

server 3

About

this is the server client js app with nodejs(keystonejs) and angularjs for multidevices support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors