DEV Community

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

Collapse
 
mgurtd profile image
Marc Gurt

I used your arch proposal to build my new project API. It's working great!!

Now, for new features it's simple to scale ;)

Thank you for sharing, Thiago.

Collapse
 
pacheco profile image
Thiago Pacheco

Wow, really Marc!?
I am so glad to know that, thank you for sharing your experience with it!

Collapse
 
mgurtd profile image
Marc Gurt

Hi Thiago !

A made a pull request to the repo with some suggestions.

Thank you for share ,)

Thread Thread
 
pacheco profile image
Thiago Pacheco

Hey Marc, thank you for your collaboration!
I will have to update the article in order to merge your PR into the main branch, so I will do that once I have more time in here.
Nice implementation by the way with the 404 validation and the countDocuments update!