Skip to content

Instantly share code, notes, and snippets.

@makstyle119
Created November 20, 2022 12:26
Show Gist options
  • Save makstyle119/06548510fb54d309cacbe8a5ccaba23e to your computer and use it in GitHub Desktop.
Save makstyle119/06548510fb54d309cacbe8a5ccaba23e to your computer and use it in GitHub Desktop.
Node JS Folder structure for Intermediate

folder Structure Intermediate

└── src
    └── api
        └── controllers
            └── UserController.js
        └── helpers
        └── middlewares
            └── index.js
        └── models
            └── UserModel.js
        └── routes
            └── UserRoute.js
            └── index.js
        └── services
            └── UserService.js
        └── validations
            └── UserValidation.js
    └── config
        └── index.js
    └── app.js
└── .env
└── .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment