Projectmanagement quiz by TINF20C (DHBW Stuttgart)
Go to file
H4CK3R-01 c4a8c84db2 - Added multiplayer functions
- Only active user can roll the dice
- Only active user can select answers
- Card will be destroyed if active user selects answer
2021-06-10 14:05:01 +02:00
data Get card data from server and display it 2021-06-08 17:33:59 +02:00
public - Added multiplayer functions 2021-06-10 14:05:01 +02:00
Webservice - Added multiplayer functions 2021-06-10 14:05:01 +02:00
.gitignore Added package.json 2021-05-26 17:10:14 +02:00
Dockerfile Fixed dockerfile 2021-06-08 16:16:55 +02:00
package-lock.json Added package.json 2021-05-26 17:10:14 +02:00
package.json - Added chat room function 2021-05-26 22:41:05 +02:00
README.md Updated README.md 2021-06-08 08:00:51 +02:00

Projektmanagement Game

Docker

Build

docker build Projektmanagement-Game/ -t pm-game

Deploy

docker run -d -p 80:5000 pm-game

Check if it works

Open http://127.0.0.1 in your Browser

Without docker

Run

node Webservice/server.js

Check if it works

Open http://127.0.0.1:5000 in your Browser