High-Table-Consortium / fullstack-capstone-dockerized

0 stars 3 forks source link

Implement User Controller Functionality #51

Closed PhamelaMhlaba closed 1 month ago

PhamelaMhlaba commented 1 month ago

The userController file needs to be implemented to handle user-related operations. The following functionalities should be included:

User Registration:

User Login:

Get User Profile:

Update User Profile:

Delete User Account:

Ensure to use consistent response formatting and error handling across all functions. Additionally, employ logging for tracking errors and actions. Consider using middleware for input validation and JWT verification where necessary.

Checklist of Fulfilled Tasks: