Projectmanagement quiz by TINF20C (DHBW Stuttgart)
Go to file
2021-06-10 19:52:32 +02:00
data - Use real questions now 2021-06-10 12:45:56 +02:00
public Disconnect only if user confirms 2021-06-10 16:27:32 +02:00
Webservice Added monitoring functions 2021-06-10 19:52:32 +02:00
.gitignore Added package.json 2021-05-26 17:10:14 +02:00
Dockerfile Replace placeholder in Dockerfile 2021-06-10 16:13:42 +02:00
package-lock.json Added monitoring functions 2021-06-10 19:52:32 +02:00
package.json Added monitoring functions 2021-06-10 19:52:32 +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