Modular Route Handler Files with Express router
As I began working on an API for my CS-493 course at Oregon State University, I noticed that route files become cluttered extremely quickly. After implementing a Node.js server and Express.js app to serve as a “Yelp” like API, I had a…