@@ -0,0 +1,16 @@
.PHONY: run test up down migrate
run:
go run ./cmd/api
test:
go test ./...
up:
docker compose up --build
down:
docker compose down -v
migrate:
docker compose exec api /app/task-api -migrate
The note is not visible to the blocked user.