Hacker News new | ask | show | jobs
by dsfiguer 1537 days ago
NestJS + Prisma is pretty neat. NestJS can generate you CRUD apps using the built in CLI and Prisma defines models/scheme in one file. I like this for smaller projects as it is quick and easy to manage.