Skip to content

ALEHACKsp/cloudsys

 
 

Repository files navigation

Cloud configuration System

simply cloud system for your cheat/idk

Installation

cd cloudsys
npm i

Setup Mysql

open ./src/app.module.ts

  type: 'mysql',
  host: 'localhost',
  port: 3306,
  username: 'user',
  password: 'pass',
  database: 'your database',

To get parametrs and api callbacks

cd cloudsys
npm run start:dev

Atleast u need to open the docs ->

open browser and go to (http:https://localhost:3000/ "Api docs") - auto generated

#Tasks

  • simplify get/delete/update config
  • lua support
  • add more functions with user/register/login
  • admin panel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.5%
  • JavaScript 3.5%