Skip to content

ilyas0v/nodejs-multiplayer-quiz-game

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

Watchers

Forks

Releases

No releases published

Packages

No packages published