I built an npm package that auto-generates a REST API from your Prisma schema
Every time I started a new backend project with Prisma, I found myself writing the same thing over and over.
A controller for users. A controller for posts. Pagination logic. Error handling. The same
sathiunique.hashnode.dev4 min read