feat: add Prisma schema and PrismaService with integration tests (postgres on :5433)

This commit is contained in:
2026-05-27 14:25:49 +05:30
parent ee353762a5
commit ae6c7ec94a
6 changed files with 5558 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Database
DATABASE_URL=postgresql://tower:tower_dev@localhost:5432/tower_dev
DATABASE_URL=postgresql://tower:tower_dev@localhost:5433/tower_dev
# Redis
REDIS_URL=redis://localhost:6379