refactor: migrate from MongoDB to Prisma for data management, removing mongoose models and updating services to use Prisma client

This commit is contained in:
Julien Froidefond
2025-10-16 22:22:20 +02:00
parent 677e2ae884
commit 3cd58f63e6
21 changed files with 636 additions and 576 deletions

3
.gitignore vendored
View File

@@ -39,6 +39,9 @@ next-env.d.ts
.cache
debug-logs
# MongoDB
mongo-keyfile
# Environment variables
.env
.env.local