The backend API for rcon.tf, written in TypeScript and NestJS. This serves as the public and private REST api for those who want to interact with their TF2 or CSGO server. More server types TBA.
- Clone the repo
- Install dependencies
- Configure ENV
- Run Nest in either development or production mode.
Docker You may also build the docker image yourself.
docker build . -t "rcontf-api"
docker run -d -p 8080:8080 -env-file "path-to-env" "rcontf-api"
Run npm run test
to run the jest suite.