NodeJS, developed under v14.15.0 (LTS).
Install required dependencies:
yarnRun the project in development mode:
yarn devOr preferably, run it in production mode:
yarn startThe scripts inside package.json are listed in detail inside the package-scripts.js file. This project uses the nps package to manage the scripts.
The complete documentation for the REST API will be available at the endpoint /docs. The websocket API documentation will be announced in a further notice.
Example:
GET http://localhost:3000/api/player (Returns all listed players)