This is just a NextJs + tRPC + Prisma + Vercel + Sqlite template. A Todo CRUD app.
Technically the DB should "just work" since the sqlite db is included. If it doesn't look up the guide on how to use sqlite with prisma or use a different db provider for prisma. Then run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
Navigate to https://roniniklas.vercel.app/