Go to file
alex 2319023ef5 force installing python libs over dashboard 2023-08-18 09:34:10 +00:00
public force installing python libs over dashboard 2023-08-18 09:34:10 +00:00
src force installing python libs over dashboard 2023-08-18 09:34:10 +00:00
.gitignore Initialize project using Create React App 2023-04-14 23:22:46 +02:00
README.md added README 2023-07-05 08:13:17 +02:00
package-lock.json using memo for rendiner stl because model rotating is not working after react render 2023-06-29 19:45:39 +02:00
package.json changed h1 to typography as the h1 has very small fontSize 2023-08-17 15:19:08 +00:00
start.sh added start.sh for screen 2023-08-17 08:55:04 +00:00

README.md

Janex Admin Dashboard

With this system you can easily run your Python scripts and visualize them in the user interface to manage them more easily. You can see who started the task and who worked on it later in the task view. When a group task is started, the backend server starts the Python script and sends the result to the web UI. The web UI can then be used to start the other tasks or to repeat or undo the current task.

Features

  • Dynamic Group Task System
  • Log system for group tasks and system logs
  • Role System
  • Scanner system
  • User login system
  • User deactivation system
  • User API key system