To build and execute this sample:
- cd to 'game-service' and run:
//install packages
npm i
//compile typescript
tsc
//run the project
node .
- Do the same for 'players-service'
- In the logs you will see a link to swagger. Open it and start testing the apis
- For running the tests in debug mode just (in VSCODE) just open 'RUN AND DEBUG' and select 'player-serve-tests' and run them