Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Refactor Routes and Models into Separate Files #213

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

0vai5
Copy link

@0vai5 0vai5 commented Oct 11, 2024

Related Issue

Closes #200

Description

This pull request refactors the project’s folder structure for better organization and maintainability. The following changes have been made:

  • Routes are now located in the routes folder.
  • Controllers are moved to the controllers folder.
  • Models are refactored into separate files for improved clarity.
  • New user routes for the About, Contact, and Privacy pages have been added.

These changes improve the overall structure of the codebase and make future updates easier to manage.

Screenshots (if applicable)

Original Updated
Not applicable Not applicable

Checklist

  • My code adheres to the established style guidelines of the project.
  • I have included comments in areas that may be difficult to understand.
  • My changes have not introduced any new warnings.
  • I have conducted a self-review of my code.

@0vai5 0vai5 changed the title Refactor folder structure and add user routes refactor: restructure folders and add user routes Oct 11, 2024
@0vai5
Copy link
Author

0vai5 commented Oct 12, 2024

@Kritika30032002 please merge the PR after testing all the tests are done from my side

@0vai5
Copy link
Author

0vai5 commented Oct 21, 2024

@Kritika30032002 Please Merge the Pull Request, All the tests are done from my side

@0vai5 0vai5 changed the title refactor: restructure folders and add user routes refactor: Improve code structure and Folder Oct 21, 2024
@0vai5 0vai5 changed the title refactor: Improve code structure and Folder refactor: Improve code structure and Folder Structure Oct 21, 2024
@0vai5 0vai5 changed the title refactor: Improve code structure and Folder Structure refactor: Refactor Routes and Models into Separate Files Oct 21, 2024
@0vai5
Copy link
Author

0vai5 commented Oct 30, 2024

@Kritika30032002 please merge this pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Routes and Models into Separate Files
1 participant