Description
Create the initial backend authentication structure for CodeFolio by setting up the authentication controller, authentication routes, and connecting those routes to the main Express server.
This issue focuses only on organizing the backend authentication flow so future auth logic can be added cleanly.
Tasks
Acceptance Criteria
Description
Create the initial backend authentication structure for CodeFolio by setting up the authentication controller, authentication routes, and connecting those routes to the main Express server.
This issue focuses only on organizing the backend authentication flow so future auth logic can be added cleanly.
Tasks
authController.jsfileauthRoutes.jsfilePOST /registerPOST /loginPOST /logoutGET /meorGET /current-user/api/authAcceptance Criteria
authController.jsexists and includes the core auth controller functionsauthRoutes.jsexists and includes the expected auth endpoints