Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.28 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.28 KB

AWS Task Scheduler and Orchestrator

Demo Video Link

Web App Link

Requirements:

  1. NodeJs
  2. NPM
  3. PostgreSQL
  4. Python
  5. Pip
  6. Serverless

Steps to run locally:

  1. Python packages - pip install requirements.txt
  2. Setup PostgreSQL and update credentials in main.py
  3. To run Backend - cd backend && python main.py
  4. To run Frontend - cd frontend && npm install && npm start
  5. Can got http://localhost:3000 to start using the app

Screenshots:

  1. Login Page:
  2. Adding Single Task:
  3. Retrieving Tasks:
  4. Adding Orchestration:
  5. Retrieving Orchestrations:
  6. Swagger API Documentation:
  7. About Us: