Skip to content

node.js coding style and project organization

zaven edited this page Aug 27, 2020 · 4 revisions

project organization

src/__tests__ - integration tests
src/models - models
src/controllers - controllers
src/routes - route file for express
src/*/file.js - implementation file
src/*/file.spec.js - unit test file for implementation file
server.js