2
Questions
1
Answers
1
Gold Badges
2
Silver Badges
2
Bronze Badges
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
1
Answers46
Upvotes4400
ViewsI'm designing the backend for a new product. My team is split between GraphQL and REST. Key requirements:
What are the real-world trade-offs? Specifically around caching, tooling maturity, and team learning curve?
Alex Martinez
asked 3 months ago1
Answers76
Upvotes9880
Views1