Basic todo web app for practicing devops

Project stack and setup:

Repository structure

  • root
    • back-end
      • todo.service
    • front-end
      • todo.app

Software stack

  • front-end: vue 3 web app with default port 8080
  • back-end: .net 7 asp web api with default port 5000
  • database: redis

Requirements: