This is the backend Realm app for Realm-Draw.
- If you don't already have one, create a MongoDB Atlas Cluster, keeping the default name of
Cluster0
. - Install the Realm CLI and create an API key pair.
- Download the repo and install the Realm app:
git clone [email protected]:mongodb-developer/Realm-Draw.git
cd Realm-Draw/AtlasAppService
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 Realm-Draw
- From the Atlas UI, click on the App Services tab and you will see the Draw app. Open it and copy the App Id
- Use that App ID in the iOS app