Mood APP with AI

This is a repo to practice how to implement AI in your apps with NextJS

Notes

To connect to the planetscale this is the command: pscale connect (database) (branch) --port 3309

To deploy a project with prisma in Vercel use the following build command: npx prisma generate && next build Here's the docs: Prisma + Vercel DOCS