🧩 Issue : Convert Controllers to ES6 Module Syntax
Description
Refactor all controller files to use ES6 import / export syntax instead of CommonJS require / module.exports.
This change ensures compatibility with ViteJS and Supertest, which depend on native ES module support.
Controllers
Tasks
Branch