How I structure my Node.js REST APIs
A Node.js folder structure that fits my needs. Structuring and organizing Node.js REST APIs with a component-based architecture.
Aug 20, 20217 min read83

Search for a command to run...
Articles tagged with #express
A Node.js folder structure that fits my needs. Structuring and organizing Node.js REST APIs with a component-based architecture.

Some days ago I wrote an article about how I structure my Node.js REST APIs. However, I didn’t cover any test scenarios in there. So it’s time to catch up on this now. We’re going to write an unit test for a single API component based on the project ...
