Basic scheduler Angular Instalation Go to basicTaskScheduler folder and then install npm install Backend Remember to run the node application found in: https://github.com/bgaona/basicCronJobNode Configuration you can modify api settings in proxy.conf.json file. Run application npm start Usage Available tasks will be displayed, this is returned by the service Select available task Enter the information and click the "Check Url" button If you want you can run the task according to the cron expression. Click the "start schedule" button The job according to the cron expression will be executed from the node application