/20-Questions-Game

A Multiplayer 20 Questions Game built with Vue.js and Node.js with Socket.io

Primary LanguageJavaScript

Questions Game App

To run the app, make sure you have docker up and running on your development machine.

To install docker, visit the docker hub [https://hub.docker.com/]. Once docker is installed on your machine, make sure to have it running.

To start the app, navigate to the root dir where we have both the client and the server folders, then run docker-compose build, to build the image for the server, client and our postgres Database. Once this step is complete, we can then run docker-compose up to start our application.

To stop the application from running, we can run docker-compose down.

Technologies Used

  • Node
  • Postgres
  • Vue

Register

Login

Guess

adminPage

admin Screen

Player 2

Player 2

Player 2 Chat

Player 2 Chat

Admin 2 Chat

Admin 2 Chat

Admin 3 Chat

Admin 4 Chat