simply cloud system for your cheat/idk
cd cloudsys
npm i
open ./src/app.module.ts
type: 'mysql',
host: 'localhost',
port: 3306,
username: 'user',
password: 'pass',
database: 'your database',
cd cloudsys
npm run start:dev
open browser and go to (http://localhost:3000/ "Api docs") - auto generated
#Tasks
- simplify get/delete/update config
- lua support
- add more functions with user/register/login
- admin panel