Bill-BuDyy / Bill-Buddyy-Backend

Bill Buddy is a user-friendly expense-sharing app designed to simplify splitting bills and expenses among friends, roommates, or groups. The app helps users keep track of shared expenses, calculates individual contributions, and facilitates seamless settlement. With features like real-time expense tracking, automated calculations & user-friendly UI
0 stars 3 forks source link

Implement User, Group, and Activity Feed Controllers #9

Closed UncleWeeds closed 8 months ago

UncleWeeds commented 8 months ago

So I have created three controllers to manage key application functionalities: User, Group, and Activity Feed.

User Controller: Handle user registration, authentication, and profile management. Group Controller: Manage group creation, details, member management, and user group listings. Activity Feed Controller: Log and display user and group activities.

I have tested them all out on my local system and made sure everything is working fine.

Fixes #4

UncleWeeds commented 8 months ago

@pawannitt-26 , Check this PR out.