WebApp_HW5_Desktop https://github.com/dknupp-trinity/WebApp_HW5_Desktop
cd ./nextjs-prisma/
npm install
npx prisma migrate deploy
npx prisma generate
npx prisma db seed
npm run devOpen http://localhost:3000.
Create new Prisma DB if needed with "npx create-db" and paste new DB URL string into .env (But I think it will work with the current one)