Explore-Beyond-Innovations / Explore-Beyond-Innovations/ZeroXBridge_Frontend
3️⃣ Add User Model and Postgres Integration
Open
- Dominant language
- TypeScript
- Stars
- 32
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
# 3️⃣ **Add User Model and Postgres Integration**
* ✅ Use `Prisma` (recommended for Postgres) or any ORM:
* Table: `User { id, address, created_at }`
* ✅ On first login:
* Check if user exists by `address`.
* If not, insert into the `User` table.
* ✅ Add adapter to hook NextAuth to the database.
---
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.