/todo-api

localhost api for CRUD operations for todos (helpful to test some frontend frameworks)

Primary LanguageGo

todo-api

localhost api for CRUD operations for todos (helpful to test some frontend frameworks)

run with

docker-compose up --build -d

urls

stop with

docker-compose down

versions

  • docker: 20.10.17
  • docker-compose: 1.29.2