This is a RESTful + Realtime + E2E typesafe API powered by Fastify server, tRPC as E2E typesafe API and Prisma for database You can use this as a boilerplate code for further extends
To install dependencies:
bun installBefore run:
bunx prisma migrate dev
bunx prisma db pushTo run:
bun run server.ts
bun run dev # For server
bun run dev:client # For client sideThis project was created using bun init in bun v1.1.2. Bun is a fast all-in-one JavaScript runtime.