It is a project made in Net Core 6, VueJS with Vuetify and MySQL, it is used to execute processes with tasks using system commands.
Processes and tasks can be conveniently recorded using a CRUD for both cases. Once the processes have been executed, the PIDs of each one are saved in the database so they can be closed at any time.
The system uses a username and password to protect the application, the routes are protected by validating a JWT that is saved in the user session, also in the profile section you can change the default data that is "supervisor" for the username and password.
Some images: