NodeJS, developed under v14.15.0 (LTS).
Install required dependencies:
yarn
Run the project in development mode:
yarn dev
Or preferably, run it in production mode:
yarn start
The 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)