/kahoot-clone-nodejs

This project is a clone of kahoot.it using nodejs. The app functions the same as the real site with multiple live games, ability to create a kahoot, and hosting/joining games.

Primary LanguageJavaScript

kahoot-clone-nodejs

INSTRUCTIONS:

  1. Install MongoDB: 'Sudo apt-get install mongodb'
  2. Start MongoDB: 'Sudo service mongodb start'
  3. Make sure all node modules have been installed listed in package.json: express, moment, mongodb, mongoose, socket.io
  4. Start Server: nodejs server/server.js

Description

This project is a kahoot clone that uses nodejs and mongodb
Multiple games can be ongoing at one time and works with many players per game

Screen Shots:

Player Join

Host Lobby

Player

Question Results

Host Question

Player Results