/quiz-game

Primary LanguageJavaScript

QUIZ Game

Description

The objective is to develop a quiz game software system that generates a unique game shortcode for users to share. The system will utilize a database, possibly hosted on AWS RDS, to store quiz data. User authentication will be handled by an external service. The game will consist of five questions with three options each, timed and limited to one attempt. Results will be displayed at the end. The system should allow for future iterations and prioritize user engagement with a "fail is fail" approach.

Prerequisites

  • node JS

Developing

pending

Initialising DB

  1. Open your favourite SQL Server manager and connect to (localdb)\MSSQLLocalDB
  2. Run script db\CreateStatement.sql to create database and tables
  3. Run script db\InsertStatements.sql to populate database with mock data

Running

Pending

Authors