Hi there, i have a project in my mine but not sure if it can be done using godot, so here i am asking.
A catalog like mobile app, thats what i want to built. No sales or buying things etc... Just a catalog.
There are a lot of product, so i think that if i download the product pictures and informations about them from a server using a database, it will be faster. This can be done with godot i suppose.
But i also want build a admin panel so that admin can add New products or delete them or edit them.
While doing that app will update itself accordingly. So that client will not need the download the app again.
So should i do like this, can godot archive this?
Or should i just build a website (include admin panel) and just open it with godot simply. (im not sure godot can do this either)
Or should i just do something else. if so, what to do, someone can guide me a little?