Hello all,
I am a new joiner to the MongoDB community, and trying to design a database that will fit my app. I would like to create an application (with MEVN full stack framework) to manage our meal.
In a few words, we would like to schedule/plan our meal for the coming week, either by creating new dish in the database, or by selecting one in existing dish list.
Then on the home page, I will display the forthcoming meals.
I will also add a search option to find some meals, to see also special events meals like Christmas or New Year/Eve menu, etc.
I am a little bit confused here on how to model the MongoDB schema, to ease search and queries.
Fyi, as of now we are writing our meals on some sheets of paper
Thanks a lot for your help guys.