/Game-Of-20-Question

Game Of 20 Question using Nodejs and Vue js and Websockets

Primary LanguageJavaScript

     ___        ______     ____ _                 _  ___  
    / \ \      / / ___|   / ___| | ___  _   _  __| |/ _ \ 
   / _ \ \ /\ / /\___ \  | |   | |/ _ \| | | |/ _` | (_) |
  / ___ \ V  V /  ___) | | |___| | (_) | |_| | (_| |\__, |
 /_/   \_\_/\_/  |____/   \____|_|\___/ \__,_|\__,_|  /_/ 

Hi there! Welcome to AWS Cloud9!

To get started, create some files, play with the terminal, or visit https://docs.aws.amazon.com/console/cloud9/ for our documentation.

Happy coding!

Tech Stack - NodeJS,MongoDB, VueJS, Websockets, and Bootstrap for very simple design.

Almost all the controlling logic of the game is on client-side(Vue JS) And Node server is just serving the updated game state.

I have not tested docker setup,

Running Heroku Setup

https://twenty-question-game.herokuapp.com

20 Questoins Game

Build The App

run sudo docker-compose build

Run the App

run sudo docker-compose up OR npm start