Files
ToneAPI_backend/README.md
T
2023-09-06 17:16:17 +02:00

857 B

Stat_Tracker_Server

This is the backend for Tone API.

To install the Northstar mod, go here.

To install, you must have a postgresql server. Rename the .env.example to .env and edit the values.

The serverside and clientside parts are two different executables. You may need a reverse proxy like nginx or use two different ports.

Documentation

An OpenAPI file is located in docs directory.

Alternatively, you can find it converted at https://toneapi.github.io/ToneAPI_backend/

V3 Roadmap

Server mod

  • Match registration
  • Player stats
  • Match stats
  • Weapon shots, hits, crits, ricochets
  • Grenade shots

Backend

  • Match registration
  • Kill stats
  • Match stats

Frontend

  • Everything