Closed BigSamu closed 10 months ago
Refactor to achieve a better folder structure modularized in the following way:
├── package-lock.json ├── package.json ├── assets ├── docs ├── src ├── config ├── controllers ├── errors ├── main.js ├── routes ├── services ├── tests └── utils └── webhooks
The idea is to achieve scalability in the development of the boot to perform more services in the future
Closing issue. Merge to main branch performed!
main
Refactor to achieve a better folder structure modularized in the following way:
The idea is to achieve scalability in the development of the boot to perform more services in the future