Skip to content

Computer Science related questions where the player should answer as many -successive- questions as possible

Notifications You must be signed in to change notification settings

hadeelfouad/The-Trivia-Competition-Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Trivia Competition

  • A competition wher players should answer questions as much as they can. However, one wrong answer means they are out.

  • Built using node, angular and mongo.

How to run?

  • Pull the latest version from the master branch.

  • Run -locally- the mongo server.

  • cd to the root folder and run the following (for running th backend):

    node express.js
    
  • cd to the frontend folder within the root one, and to run the frontend:

    npm start
    
  • The backend is running on port 3000, mongo is running on port 27017, and the frontend is running on port 4200.

About

Computer Science related questions where the player should answer as many -successive- questions as possible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.5%
  • HTML 25.3%
  • CSS 10.9%
  • JavaScript 10.3%