├── app.js
├── config/
│ ├── index.js
│ ├── development.js
│ ├── production.js
│ └── test.js
├── controllers/
│ ├── userController.js
│ └── ...
├── models/
│ ├── user.js
│ └── ...
├── routes/
│ ├── userRoutes.js
│ └── ...
├── services/
│ ├── userService.js
│ └── ...
└── utils/
├── logger.js
└── ...
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter