Skip to content

AAP9002/Geoledge

Repository files navigation

Geoledge

Online multiplayer geography based quiz game.

Owners/Contributors

Images

Set up

npm install

cd client

npm install
  • make a .env file with contents from .env.TEMPLATE with actual passwords replaced in your .env file

Boot Up

Start backend

node server.js

Start front end

cd client

npm start