Skip to content

Conversation

@StackTheCode
Copy link
Contributor

Description

Give a brief description of the pull request.
Refactor backend to MVC structure

Moved auth logic from index.js into separate controller, route, and middleware files.
Now routes are under /api/auth (e.g., /api/auth/login, /api/auth/signup).
This improves readability, organization, and scalability of the server code.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

List any issues that this pull request closes.

Checklist

@Ayushivam22 Ayushivam22 merged commit c58e801 into OPCODE-Open-Spring-Fest:main Oct 17, 2025
5 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants