feat: Refactor database configuration loading and seeding logic for improved clarity and maintainability

This commit is contained in:
2025-03-11 12:35:04 +00:00
parent a0b0b98624
commit ec250570a6
8 changed files with 164 additions and 132 deletions
+1
View File
@@ -1,3 +1,4 @@
# Time Tracker Backend Makefile
.PHONY: db-start db-stop db-test model-test run build clean migrate seed help