Skip to content

Instantly share code, notes, and snippets.

@makstyle119
Last active November 20, 2022 12:06
Show Gist options
  • Save makstyle119/c5133b85954aaf613b5dc7257481a7a3 to your computer and use it in GitHub Desktop.
Save makstyle119/c5133b85954aaf613b5dc7257481a7a3 to your computer and use it in GitHub Desktop.
Node JS Folder structure for beginners

folder Structure Beginners

└── src
    └── Config
        └── index.js
    └── Helpers
    └── Models
        └── User.js
    └── Routes
        └── index.js
    └── app.js
└── .env
└── .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment