Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.
/ api Public archive

The rcon.tf backend API written in Nest and TypeScript.

Notifications You must be signed in to change notification settings

rcontf/api

Repository files navigation

rcon.tf test

Description

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.

Installation and Development

  • 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"

Tests

Run npm run test to run the jest suite.

Links

Sponsor this project

Languages