Simple .NET5 API + Xamarin.Forms app
The API is hosted on App Services and available here: https://mybplogapi.azurewebsites.net/swagger/index.html
You can use Swagger UI there to play around with the API.
- Use
POST: /auth/register
endpoint to register a new user - Use
POST: /auth
endpoint to get access token - Use the access token to access other endpoints
Unfinished Xamarin.Forms app. Navigation is done well though :) Useful example of clean MVVM approach All APIs and etc is in place, only UI is missing.
Right now supports only:
- Login/Register user
- Save blood pressure (shows warning if too high)