Hi @thormeier thanks for the sharing your amazing work!
I'm new to frontend dev but have some experience in python-flask backend development and tried my best to understand how Vue code works here ;-) . Wondering if I want to add a API backend for this application, where would be the best place to start integration?
My understanding is it currently use local storage to store all data. ./store/index.ts looks like a reasonable place to start with?
Would it be a good idea to implement several api calls to fetch data e.g ingredient, tags, meals and save into LocalStorage?
I'm looking at axois for data fetching and fastapi + mongdb for backend development.
Let me know your thoughts :-)
Hi @thormeier thanks for the sharing your amazing work!
I'm new to frontend dev but have some experience in python-flask backend development and tried my best to understand how Vue code works here ;-) . Wondering if I want to add a API backend for this application, where would be the best place to start integration?
My understanding is it currently use local storage to store all data.
./store/index.tslooks like a reasonable place to start with?Would it be a good idea to implement several api calls to fetch data e.g ingredient, tags, meals and save into
LocalStorage?I'm looking at
axoisfor data fetching and fastapi + mongdb for backend development.Let me know your thoughts :-)