DEV Community

Discussion on: Migrating API from Laravel to NestJS

Collapse
 
hzburki profile image
Haseeb Burki

Before you start, take a look at foalts.org/. I actually found it a couple of days ago. I really liked NestJS and shipped a v small service to production but I decided against using it for my main API.

The routing it provides really bugs me and is not at all suitable for my current API structure which I do not want to change. Another thing I don't like is the server-side validation and error handling. Laravel has really ruined me :P

Try FoalTS it's relatively simple and much more flexible. I have not had the time to try it out fully, but I think it will be a better fit (for me) than NestJS.

Collapse
 
deepslam profile image
Dmitry Ivanov

Thank you so much! I'll have a look :)