Skip to content

Latest commit

 

History

History

atlas-app

Realm-Sweeper Backend Realm App

This is the backend Realm app for Realm-Sweeper.

Realm-Sweeper demo

Configure and Run

  1. If you don't already have one, create a MongoDB Atlas Cluster, keeping the default name of Cluster0.
  2. Install the Realm CLI and create an API key pair.
  3. Download the repo and install the Realm app:
git clone [email protected]:realm/Realm-Sweeper.git
cd Realm-Sweeper/atlas-app
realm-cli login --api-key <your new public key> --private-api-key <your new private key>
realm-cli import # Then answer prompts, naming the app RealmSweeper
  1. From the Atlas UI, click on the App Services tab and you will see the RealmSweeper app. Open it and copy the App Id

MongoDB Atlas application Id

  1. Use that App ID in the iOS app