NODE JS (EXPRESS) BOILERPLATE.
npm installnpm run devnpm run buildLink: Will be added soon..
Root of the code, Inside this we have following folders:
It contains the configuration of the application.
It contains the models/schemas.
It contains middlewares.
It contains routes of whole application.
It contains services where we define Buisness Logic.
It contains controllers where we define actions against routes.
It contains assets that will be used to initialize the storefront.