SystemTask is a project designed to manage and automate tasks in a system. This project is built using the Angular framework. The main functionality includes task scheduling, execution, and monitoring.
- Task Scheduling
- Task Execution
- Task Monitoring
- Responsive Design
- Clone the repository:
git clone https://github.com/mikoslaf/systemTask.git
- Navigate to the project directory:
cd systemTask
- Install the dependencies:
npm install
- Start the application:
npm start
- Open your web browser and go to http://localhost:3000 to start using the application.
- Task Scheduling: Define tasks and set schedules for their execution.
- Task Execution: Execute tasks based on the defined schedules.
- Task Monitoring: Monitor the status and results of executed tasks.