node.js coding style and project organization - Greenstand/Greenstand-Overview GitHub Wiki

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