Prisma Demo - User Management

Test your Prisma setup with this simple CRUD application

Create New User

Users (5)

cccccc

19521305@gm.uit.edu.vn

Age: 333

Created: 7/18/2025, 8:12:53 AM

test1

testnuane@gmail.com

Age: 43

Created: 7/17/2025, 4:17:50 AM

John

333@gm.uit.edu.vn

Age: 22

Created: 7/17/2025, 2:28:21 AM

linhda

ldtest@gmail.com

Age: 24

Created: 7/17/2025, 2:26:59 AM

123

a@gm.uit.edu.vn

Age: 23

Created: 7/11/2025, 7:28:26 AM

Prisma Connected Successfully
🐛 Debug: Environment
{
  "env": "production",
  "apiUrl": "https://my-blog-pearl-alpha.vercel.app",
  "vercelUrl": "my-blog-j0co3zq8q-linhdas-projects-b082b2b5.vercel.app",
  "timestamp": "2025-09-18T15:23:21.582Z"
}

a"https://my-blog-pearl-alpha.vercel.app"

b"my-blog-j0co3zq8q-linhdas-projects-b082b2b5.vercel.app"

🐛 Debug: API Response
{
  "success": true,
  "data": [
    {
      "id": "cmd8jke5a0000es0vxhvl8pl6",
      "email": "19521305@gm.uit.edu.vn",
      "name": "cccccc",
      "age": 333,
      "createdAt": "2025-07-18T08:12:53.993Z",
      "updatedAt": "2025-07-18T08:12:53.993Z"
    },
    {
      "id": "cmd6vq9f10000jx0vzc0jgcaq",
      "email": "testnuane@gmail.com",
      "name": "test1",
      "age": 43,
      "createdAt": "2025-07-17T04:17:50.808Z",
      "updatedAt": "2025-07-17T04:17:50.808Z"
    },
    {
      "id": "cmd6rtgm10001ee0v9vsa0z0a",
      "email": "333@gm.uit.edu.vn",
      "name": "John",
      "age": 22,
      "createdAt": "2025-07-17T02:28:21.660Z",
      "updatedAt": "2025-07-17T02:28:21.660Z"
    },
    {
      "id": "cmd6rrp6k0000ee0vujxlu1rl",
      "email": "ldtest@gmail.com",
      "name": "linhda",
      "age": 24,
      "createdAt": "2025-07-17T02:26:59.516Z",
      "updatedAt": "2025-07-17T02:26:59.516Z"
    },
    {
      "id": "cmcyhw8xr0000g50xiwv9ivy5",
      "email": "a@gm.uit.edu.vn",
      "name": "123",
      "age": 23,
      "createdAt": "2025-07-11T07:28:26.174Z",
      "updatedAt": "2025-07-11T07:28:26.174Z"
    }
  ],
  "count": 5
}

a"https://my-blog-pearl-alpha.vercel.app"

b"my-blog-j0co3zq8q-linhdas-projects-b082b2b5.vercel.app"