Welcome to CreamAPI DB
Steps:
- install dependencies with
npm install
- set up MongoDB database
- set up .env file with MongoDB credentials
- start the server with
npm start
If you are on Linux you need "lib32gcc":
on Ubuntu/Debian use the command sudo apt-get install lib32gcc1
on Arch use the command sudo pacman -S lib32-gcc-libs
Make sure you have NodeJS 14, the steamcmd package may break with other versions.