Algo-Workout / AW-T3

MVP T3 App
10 stars 2 forks source link

5/link db prisma discovery #29

Closed KP824 closed 9 months ago

KP824 commented 9 months ago

Link Prisma ORM to DB

Description

Steps to Validate Feature

  1. npm install, npx prisma generate, then npm run dev
  2. Open Postman. Use 'POST' request for address http://localhost:3000/api/createUser
  3. Use this for the the body-json:
    {
    "name": "Insert test name here",
    "email": "Insert test email here"
    }
  4. Use npx prisma studio to view all current users in data base