Backend API
- API call statistics endpoints
- License management endpoint
- GameAPI endpoint (IP:PORT and GAME info)
- Update GameDig List: "node ./scripts/updateGamesYml.js",
- Fetch Game Icons: "node ./scripts/fetchGameIcons.js"
- Install dependencies:
yarn install
- Configure your
.envfile with MongoDB and Discord credentials. - Start the server:
yarn nodemon index.js
/public- Public directory/stats- API statistics/license- License management/gameapi- Game API info