Skip to content

onlinesgc/Gamerbot-REST-API

Repository files navigation

Gamerbot-REST-API

This is going to be a layer between SGC applications and the database to streamline the process and use fewer connections to the database.

Public routes

Here is a wiki on how to use them

https://github.com/onlinesgc/Gamerbot-REST-API/wiki

Setup developer environment

  1. First, clone this project: git clone https://github.com/stamdiscord/Gamerbot-REST-API.git
  2. Make sure you have Node.js and npm (or any other package installer) installed on your computer.
  3. Then, navigate to the project directory and run npm install. This will install all the required packages.
  4. To run the server in development mode, use the command npm run dev.