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

View File

@@ -1,16 +1,66 @@
.git
.gitignore
# dependencies
node_modules
.pnp
.pnp.js
.pnpm-store
# testing
coverage
# next.js
.next
.env.local
.env.development.local
.env.test.local
.env.production.local
README.md
.vscode
.idea
*.log
out
# production
build
dist
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
.pnpm-debug.log*
# local env files
.env*.local
.env
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# IDE
.idea
.vscode
.vscode-test
# git
.git
.gitignore
# cache
.cache
debug-logs
# docker
Dockerfile
docker-compose.yml
docker-compose.dev.yml
.dockerignore
# documentation
README.md
docs
# scripts
scripts