Fastify, Prisma Template

A simple template demonstrating the use of Fastify and Prisma.

Can be uses as a base for future projects.

Getting Started

npx create-next-app --example https://github.com/hellboy41785/fastify-prisma-template test-template

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:5000 with your browser to see the result.