This repository contains a mobile app demonstrating the usage of the Loopback Xamarin SDK.
- Server folder: Loopback server for the app.
- Client Folder: The ToDo app, created in Xamarin Studio with Xamarin Forms for iOS.
-
Run the server
Go to server folder. Run "npm install" in shell. Run "slc run" in shell. -
Compile and run the App
Go to Client/ToDo App folder. Open TodoApp.sln project in Xamarin Studio. Change the API url setting line in the code to your local address. (Gateway.SetServerBaseURL()) Compile and run.