DEV Community

G-nm
G-nm

Posted on

What is your node js API folder structure and why?

Top comments (1)

Collapse
 
jaca22 profile image
Jacek Dunikowski
controllers
routes
models
services
util
-- constants.js
-- utils.js
config.js
index.js // or server.js
Enter fullscreen mode Exit fullscreen mode

Readability +