BigSamu / Dev-Bot

MIT License
1 stars 2 forks source link

Refactoring Code - Services, Controllers and Routes createade and Utils and Webhooks updated #32

Closed BigSamu closed 10 months ago

BigSamu commented 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

BigSamu commented 10 months ago

Closing issue. Merge to main branch performed!