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

Implementing MongoDB Collections for Bill-Buddy (DWOC) #7

Closed UncleWeeds closed 5 months ago

UncleWeeds commented 5 months ago

This PR introduces essential MongoDB collections to enhance the project's backend. Here's a quick overview: Users Collection: Manages user data and auth. Groups Collection: Handles group data and member associations. Expenses Collection: Tracks group expenses. Balances Collection: Manages financial balances between users. Notifications Collection: Handles user notifications. Activities Collection: Tracks user and system activities.

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

Fixes #1

UncleWeeds commented 5 months ago

@pawannitt-26 , check this PR whenever you are free