Skip to content

A full stack web app to monitor real time cloud bots logs, upload files and modules and excute sql commands per types by simply selecting options in a user friendly form.

License

kerenren/Turbo-Kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turbo Kanban built for managing Turbo bots and database with Turbo server

Client side

Get started:

install node.js

  • install static server: npm install -g serve

  • add all the dependencies: npm install

to run the project

  • on a default port 5000: serve -s build

  • to specify the port: serve -s build -l <port number>

  • or you can configure it in Client/.env: PORT = <port number>

Server side:

configure mysql db sensitive data in Server/.env:

MYSQL_USER=<mysql user_name>
PASSWORD=<password>
DATA_BASE=<db_name>

About

A full stack web app to monitor real time cloud bots logs, upload files and modules and excute sql commands per types by simply selecting options in a user friendly form.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published