Hello, I am new to Appwrite. I am currently developing a training app for our sport with a friend and we would like to use Appwrite for this. We would like to develop the app independently of each other. This means that each of us would like to have an Appwrite instance running locally. Is there a way to synchronize these two instances? E.g. when checking out from the branch or something.
TL;DR
Developers want to use two separate Appwrite instances for their training app. They wish to develop independently and sync these instances. The suggested solution would be to set up some form of data synchronization when switching branches or making changes, such as creating scripts to mirror data between the two instances.