Explore-Beyond-Innovations / Explore-Beyond-Innovations/ZeroXBridge_Frontend

3️⃣ Add User Model and Postgres Integration

Open
#156 10 comments 0 reactions 1 assignee Claimed by @theobiabo View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.