Added Prisma ORM for DB interactions
Showing
... | ... | @@ -4,6 +4,7 @@ |
"private": true, | ||
"dependencies": { | ||
"@nivo/bar": "^0.85.1", | ||
"@prisma/client": "^5.12.1", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
... | ... | @@ -45,7 +46,8 @@ |
] | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11" | ||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", | ||
"prisma": "^5.12.1" | ||
}, | ||
"proxy": "http://localhost:5000" | ||
} |
prisma/schema.prisma
0 → 100644
Please register or sign in to comment