Jennifer-Hinrichsen / emotion-tracker

https://emotion-tracker-theta.vercel.app
2 stars 1 forks source link

WIP: Backend create/read #21

Open StephieTack opened 1 month ago

StephieTack commented 1 month ago

Value proposition

As a developer, I want to connect to a MongoDB database and implement the ability to create and read emotion types, so that I can manage emotions efficiently.

Description

Set up a MongoDB connection and implement create and read functionality for emotion types. The goal is to make emotion types easily accessible throughout the app by avoiding prop drilling and ensuring efficient data retrieval through filters. Information about emotion types should be loaded through a centralized filter, allowing for better performance and maintainability.

Acceptance criteria