DEV Community

Discussion on: Designing a better architecture for a Node.js API

 
pacheco profile image
Thiago Pacheco

First: This is not an error, this is an extra function (only in the repo) that you can use to find a single item but I did not cover in this article because it would get very long, so I decided to focus only on the main functions.

Second: Also not an error, this helpers folder is where you can continue your project adding helper functions as you would like, the purpose of the entire article is to recommend a clear structure to start a new project.

third: You might have nodemon installed globally to run this, you can do it by running the command: npm install -g nodemon.
I will add that to the post to make it clear.

I hope it might help you, Rodrigo.

Se precisar de algo fico feliz em ajudar! :)