Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 274 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 274 Bytes

Tasks Service

This service manages the tasks in the productive app

Tech Stack

  • Scala 3
  • Sbt
  • Cats
  • Cats-effect

Infrastructure

  • AWS CDK

Local development

Run the service

sbt tasksService/run

Run unit test

sbt tasksService/test