refactor: migrate from MongoDB to Prisma for data management, removing mongoose models and updating services to use Prisma client
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -39,6 +39,9 @@ next-env.d.ts
|
||||
.cache
|
||||
debug-logs
|
||||
|
||||
# MongoDB
|
||||
mongo-keyfile
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
|
||||
Reference in New Issue
Block a user