Rename project to apocapoc-api

Update module name and all imports from habit-tracker-api to apocapoc-api.
This reflects the project's new branding as part of the apocapoc ecosystem
(apocapoc-api, apocapoc-web, apocapoc-android).
This commit is contained in:
2025-11-26 11:21:17 +01:00
parent b2894fca70
commit e87b7df979
28 changed files with 58 additions and 58 deletions
@@ -6,8 +6,8 @@ import (
"fmt"
"strings"
"habit-tracker-api/internal/domain/entities"
"habit-tracker-api/internal/shared/errors"
"apocapoc-api/internal/domain/entities"
"apocapoc-api/internal/shared/errors"
"github.com/google/uuid"
)