Skip to content
 
 

Latest commit

 

History

50 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime multiplayer quiz game with Node.js and Vue.js.

Users can create or join the available rooms. The game use 'Open Trivia Database' to fetch random questions. Each game has 10 random questions.

Install dependencies

npm install

Run project in watch mode

npm run watch

Run project inside docker container

build the container image: sudo docker build . -t ilyas0v/node-quiz-app
then run the built image: sudo docker run -p 3333:3000 -d ilyas0v/node-quiz-app
check the container status : sudo docker ps
the app should be run on : http://0.0.0.0:3333/

Demo

https://quizello.herokuapp.com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages