This is going to be a layer between SGC applications and the database to streamline the process and use fewer connections to the database.
Here is a wiki on how to use them
https://github.com/onlinesgc/Gamerbot-REST-API/wiki
- First, clone this project:
git clone https://github.com/stamdiscord/Gamerbot-REST-API.git
- Make sure you have Node.js and npm (or any other package installer) installed on your computer.
- Then, navigate to the project directory and run
npm install
. This will install all the required packages. - To run the server in development mode, use the command
npm run dev
.