feat: integrate Prisma for database management

This commit is contained in:
2026-02-26 13:14:09 -03:00
parent 2f29430b28
commit e60752743f
12 changed files with 1390 additions and 14 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
DATABASE_URL="postgres://user:secret123@postgres:5432/db"
PORT=3000