Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 404 Bytes

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