Skip to content
This repository was archived by the owner on May 7, 2022. It is now read-only.

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

About

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

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Contributors 2

  •  
  •  

Languages