You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would encourage you to break up your file structure more.
Using Express router to define routes, controllers files for handling the routing logic, and model files for database interactions is a good organizational system. I know it may seem like overkill, but it is fairly standard practice to really modularize and break up code base
The text was updated successfully, but these errors were encountered:
I would encourage you to break up your file structure more.
Using Express router to define routes, controllers files for handling the routing logic, and model files for database interactions is a good organizational system. I know it may seem like overkill, but it is fairly standard practice to really modularize and break up code base
The text was updated successfully, but these errors were encountered: