Skip to content

fakeplexdev/back-end-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General info

A back-end for your server written in TypeScript! This back-end handles the 'heavy' part of the database so that your server can run smoothly.

This project currently handles

  • Booster (/amplifier)
  • BungeeCord MOTD updater
  • Login/Logout of player
  • Kit Progression logic
  • Donation & Cosmetic items
  • Chat-filter in Lobby & Games

Setup

To run this project, install it locally using npm:

$ cd ../path-to-project
$ npm install
$ npm start

Java-side

There are many ways in which you can make GET/POST request from Java. The one that was used with this application can be found here. This is also a seperate project explaining how I make the requests.

About

A back-end for your server written in TypeScript!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published