All Projects → tf2pickup-org → server

tf2pickup-org / server

Licence: MIT license
A server for tf2pickup.org

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to server

nest-admin
NestJs CRUD for RESTful API使用 nestjs + mysql + typeorm + redis + jwt + swagger 企业中后台管理系统项目RBAC权限管理(细粒度到按钮)、实现单点登录等。
Stars: ✭ 165 (+931.25%)
Mutual labels:  restful-api, nestjs
Nestjs Boilerplate
NestJS Boilerplate 😻(Authentication, TypeORM, Configuration, Swagger)
Stars: ✭ 267 (+1568.75%)
Mutual labels:  restful-api, nestjs
nestjs-rest-sample
NestJS RESTful APIs Sample
Stars: ✭ 204 (+1175%)
Mutual labels:  restful-api, nestjs
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+1750%)
Mutual labels:  restful-api, nestjs
Crud
NestJs CRUD for RESTful APIs
Stars: ✭ 2,709 (+16831.25%)
Mutual labels:  restful-api, nestjs
Creators.TF-Community-Launcher
The Creators.TF Community Launcher is a launcher created to help install and update mod content for TF2.
Stars: ✭ 49 (+206.25%)
Mutual labels:  tf2, teamfortress2
server-next
😎 The next generation of RESTful API service and more for Mix Space, powered by @nestjs.
Stars: ✭ 43 (+168.75%)
Mutual labels:  restful-api, nestjs
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+5081.25%)
Mutual labels:  restful-api, nestjs
Nestjs Mongoose Crud
Nest.js crud module for mongoose models without `nestjsx/crud`
Stars: ✭ 164 (+925%)
Mutual labels:  restful-api, nestjs
TF2HUD.Fixes
Collection of bug fixes and QOL changes to the default Team Fortress 2 HUD.
Stars: ✭ 83 (+418.75%)
Mutual labels:  tf2, teamfortress2
tf2-rich-presence
Discord Rich Presence for Team Fortress 2
Stars: ✭ 30 (+87.5%)
Mutual labels:  tf2, teamfortress2
open-rest-es6-boilerplate
open-rest boilerplate project with es6
Stars: ✭ 24 (+50%)
Mutual labels:  restful-api
mezon
Mezon is a simple php framework wich will help you to create business applications.
Stars: ✭ 35 (+118.75%)
Mutual labels:  restful-api
devon4node
devonfw node.js stack - create enterprise-grade business apps in node.js safe and fast
Stars: ✭ 23 (+43.75%)
Mutual labels:  nestjs
vbo365-rest-self-service
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 24 (+50%)
Mutual labels:  restful-api
Jonty.Blog
🎯Jonty.Blog个人博客项目,底层基于免费开源跨平台的.NET Core 3.1开发,使用 ABP vNext搭建项目框架,支持主流数据库,遵循RESTful接口规范,前端使用Blazor开发。
Stars: ✭ 42 (+162.5%)
Mutual labels:  restful-api
fast-nest
帮助您快速初始化基于Nest.js的node后端服务
Stars: ✭ 22 (+37.5%)
Mutual labels:  nestjs
frame-backend
Frame API Build on JSON Web Tokens
Stars: ✭ 15 (-6.25%)
Mutual labels:  restful-api
laravel-admin
LaravelAdmin是基于PHP开发的基础管理后台系统,做到开箱即用,为新项目开发省去了基础功能开发的步骤;此系统采用前后端分离模式,后端使用Laravel,前端使用vue;主要包含:登录、注销、可视化数据大屏、管理员、角色管理、菜单管理、权限管理、错误日志、登录日志、访问日志、获取服务器CPU使用率、内存使用率等功能。后端主要使用Artisan命令行、Jobs消息队列、 Rules验证规则、Restful API、Composer扩展包、Redis秒杀、Extend自定义扩展类:微信授权、钉钉告警推送、MongoDB、阿里云OSS、七牛云存储、七牛云直播、php-jwt TOKEN、Phpoffice、MySql数据库字典、Elasticsearch等技术。
Stars: ✭ 45 (+181.25%)
Mutual labels:  restful-api
nest-microservices
Small user management system using nest microservices
Stars: ✭ 35 (+118.75%)
Mutual labels:  nestjs

tf2pickup.org logo

The tf2pickup.org server

Latest release Test status Code coverage MIT license Wekan

Documentation »

About the project

tf2pickup.org was created with a simple objective in mind. Make it as easy and accessible for twelve players to play a 6v6 pick-up game in Team Fortress 2 as possible.

Local deployment

  • clone the repository or download a zipped release of your choice

  • install dependencies

    $ yarn install
  • start required services

    $ docker-compose up -d
  • copy sample.env to .env and adjust your environment values, mainly:

    • STEAM_API_KEY,
    • SUPER_USER - your SteamID64,
    • LOG_RELAY_ADDRESS - your IP address in the local network.
  • run the server in development mode

    $ yarn dev

    The server is now listening on port 3000 by default.

Using Docker

There is a Docker image available for you to run the production version of the application.

Contact

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].