make build-frontendmake build-backenddocker build -t "todo-webapp-backend:latest" -f backend.Dockerfile .make run-backenddocker run -p 127.0.0.1:8080:8080 todo-webapp-backenddocker-compose up -d --remove-orphans- backend
- vibe.d
- PostgreSQL
- frontend
- elm
curl -X POST -H "Content-Type: application/json" -d "{\"text\" : \"test\"}" http://localhost:8080/taskscurl -X POST -H "Content-Type: application/json" -d "{\"completed\" : true}" http://localhost:8080/tasks/1curl -X DELETE -H "Content-Type: application/json" http://localhost:8080/tasks/1