How can i sync changes (from app to my local ) in the data .json file in the ionic view to my local?

Hi there,

My app is an internal application, the data is server from an ec2 server that runs mongodb and mean stack for backend.

I was wondering if its possible to put all the data in the .json file and ionic app can make requests to the json file and operate crud operations on the json file itself ( for sure it wont have mean stack running in this case )

I can run the app when i need and modify the chnages in the json file & then download the json file for the changes for backup.

Is it possible ?
I know mean stack not running for backend requests will create issues but still is it possible ?

is there a way to retrieve the changes in local json file in the ionic app that i can download the changes ?