Cleaned up project. Moved backend logic to FastAPI. Changed login/register routes to use FastAPI

This commit is contained in:
2024-10-12 22:12:08 +00:00
parent eddd1d8ef7
commit 97bce587d2
154 changed files with 1389 additions and 2658 deletions

View File

@ -10,17 +10,12 @@
"seed": "bun run prisma/seed.ts"
},
"dependencies": {
"@prisma/client": "^5.20.0",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.7",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"next": "14.2.13",
"next-auth": "^4.24.8",
"prisma": "^5.20.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",