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

Latest commit

 

History

History
26 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 749 Bytes

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