Skip to content

Instantly share code, notes, and snippets.

View canavci2016's full-sized avatar

Can Avci canavci2016

  • koç sistem
  • marmaris
View GitHub Profile
@canavci2016
canavci2016 / nodejs-directory-structure.md
Last active July 31, 2022 12:16 — forked from miguelmota/nodejs-directory-structure.md
Node.js MVC directory structure example.
Node.js MVC directory structure example.
├── app
│   ├── services
│   │   ├── admin
│   │   │   ├── posts.js
│   │   │   └── users.js
│   │   ├── posts.js
│   │   ├── session.js