This project demos the use of RxDB to sync an offline database with the Cloud.
We use RxDB to set up a local database in the browser using the IndexedDB API adapter. Then, we set up replication with the Cloud using an AWS AppSync GraphQL API.
Run yarn start
to start the demo app. Note: you'll have to set up the GraphQL API with the expected schema yourself.