Luson045/medi-connect

[Bug] : Modularity Issues in a Backend Directory

Opened this issue · 0 comments

Is there an existing issue for this?

  • I have searched the existing issues

Bug Description?

Overview

  • The current backend code is stored in a single directory, modules, which makes it difficult to understand the purpose of various files and the overall folder structure.
  • To enhance modularity and readability, I propose the following changes:
    • Create separate directories for different components:
      • controllers
      • routes
      • validations
      • utils
      • lib
  • This restructuring will clarify the organization of our code while maintaining the same functionality.

Add Screenshots

N/A

What browsers are you seeing the problem on?

No response

Record

  • I agree to follow this project's Code of Conduct
  • I'm a GSSOC contributor
  • I want to work on this issue (Optional)
  • I'm willing to provide further clarification or assistance if needed.