Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 679 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 679 Bytes

About this project

This project was developed during the SEBA master course of the TUM.
The basic business idea is that professional gamers can offer their service to play a game with them.
You can sign up, manage offers and schedule your games as professional gamer.
As casual gamer you can browse through the offers and choose the ones you like and request to play with the professional gamer over a fee.

How to run this project

  1. Database: mongod --dbpath "your_path"
  2. Restore Dump: mongorestore "dump_path"
  • the passwords for the mock users are in the file "passwords_for_mock_users"
  1. Server: "npm i" then "npm start"
  2. Client: "npm i" then "npm start"