Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 992 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 992 Bytes

Distributed job scheduling and execution system

Introduction

This project is featured in the following article. For more details, please visit here.

Requirements

  • Docker
  • Docker compose

Running the project

  • Clone the repository
  • Run npm start to start the project

viewing the Swagger Docs

  • Navigate to http://localhost:3000/docs to view the Swagger docs

Scheduler client

To view the scheduler client, Navigate to http://localhost:8080/

System Architecture