My Express API started as a simple project but has grown to 50+ routes. The codebase is getting messy. Currently everything is in one app.js file.
What's the recommended folder structure for a production-grade Express API? Should I be looking at something like NestJS at this scale?
Alex Martinez
asked 3 months ago1
Answers46
Upvotes4402
Views