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.
- Database: mongod --dbpath "your_path"
- Restore Dump: mongorestore "dump_path"
- the passwords for the mock users are in the file "passwords_for_mock_users"
- Server: "npm i" then "npm start"
- Client: "npm i" then "npm start"