initial user-db-service

This commit is contained in:
JBB0807 2025-04-16 13:33:12 -07:00
parent 578e57ad7a
commit c7af63a7dd
9 changed files with 1407 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"dependencies": {
"@prisma/client": "^6.1.0",
"express": "^5.1.0",
"nodemon": "^3.1.9",
"prisma": "^6.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js"
}
}