simonoppowa / OpenNutriTracker

🍴 OpenNutriTracker is a free and open source calorie tracker with a focus on simplicity and privacy.
https://simonoppowa.github.io/OpenNutriTracker-Website/
GNU General Public License v3.0
371 stars 54 forks source link

[Question] How difficult would it be to convert this app into a server-client self-hosted app? #99

Open a0a7 opened 4 months ago

a0a7 commented 4 months ago

I know nothing about mobile development or flutter. I'm wondering how this app is built and how difficult it would be to separate out the backend and run it on a server machine, with the client connecting to this server over the internet. I.e. making this a self-hosted app the way projects like Jellyfin are. Thanks for making this app! Looking really good.

MDSADABWASIM commented 4 weeks ago

At a high level, it should not take much time.

We're currently using local hive db for data storage, you just need to switch from local to firebase/supabase db for CRUD operations.