Skip to content

Atlas Template Starter App - Use Device Sync from a C#/Maui client application. This repo is generated from source code in https://github.com/mongodb-university/realm-template-apps

Notifications You must be signed in to change notification settings

aliegeni/realm-template-app-maui-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Maui C# Template App

A todo list application built with the .NET SDK and Atlas Device Sync.

You can follow along with the MAUI Tutorial to see how to build, modify, and run this template app.

Configuration

The App ID is located in atlasConfig.json:

{
  "appId": "********",
  "baseUrl": "https://realm.mongodb.com"
}

You will need to change the value of appId value with your App Services App ID. For help finding this ID, refer to: Find Your Project or App Id

Using the Atlas App Services UI

The easiest way to use this template app is to log on to Atlas App Services and click the Create App From Template button. Choose Real Time Sync, and then follow the prompts. While the backend app is being created, you can download this MAUI template app pre-configured for your new app.

Cloning from GitHub

If you have cloned this repository from the GitHub mongodb/template-app-xamarin-todo repository, you must create a separate App Services App with Device Sync enabled to use this client. You can find information about how to do this in the Atlas App Services documentation page: Template Apps -> Create a Template App

Once you have created the App Services App, update the appId per the above instructions.

Download the Client as a Zip File

If you have downloaded this client as a .zip file from the Atlas App Services UI, the App ID should have been automatically set in the atlasConfig.json file, so there is no need to set it manually.

Issues

Please report issues with the template at https://github.com/mongodb-university/realm-template-apps/issues/new .

About

Atlas Template Starter App - Use Device Sync from a C#/Maui client application. This repo is generated from source code in https://github.com/mongodb-university/realm-template-apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%