Skip to content

Instantly share code, notes, and snippets.

@sohelamin
sohelamin / structure.md
Created December 22, 2017 10:17
Node.js Application Structure
.
├── bin
│   ├── www
│   └── deploy.sh
├── config
│   ├── env
│   ├── index.js
│   └── passport.js
├── controllers