SophiaLinetti / capstone-project_budget-buddy

https://capstone-project-budget-buddy.vercel.app
2 stars 0 forks source link

#19 MongoDB connector #43

Open somaSeb opened 6 months ago

somaSeb commented 6 months ago

Value Proposition

As a user, I want to seamlessly access my financial data from any device and easily track my spending and savings goals so that I can better manage my finances.

Description

Integrate MongoDB database to store transaction and goal data. Set up Mongoose models and API routes to handle CRUD operations on the data. Update frontend to fetch data from API routes instead of localStorage by using SWR.

Acceptance Criteria

Tasks