Hacker News new | ask | show | jobs
by kkarimi 1477 days ago
TypeScript: Nestjs

If you have used a good batteries included MVC like Django before, you’ll feel at home. I made a production ready app in a few weeks with it and Prisma as ORM, that’s been the base of our startup and served us wonderfully. Can’t recommend it enough, as it is really powerful and is very extensible and as obvious by the number of plugins and examples available.

2 comments

Hey there, I work at Prisma — awesome to hear it's been serving you well!

Since you mentioned NestJS, I just wanted to quickly plug a comprehensive tutorial that we've published today that explains how build a REST API with NestJS, Prisma, Swagger and PostgreSQL. I think it gives a really nice overview of the main workflows and best practices when using these tools together!

You can find it here: https://www.prisma.io/blog/nestjs-prisma-rest-api-7D056s1BmO...

Thanks for everything Nikolas, you and your team at Prisma has been very supportive and helpful in both GitHub and slack. Your cloud editor has also served our team very well.
I also recommend NestJS. I can build something quickly that is modular and well structured.