From 3f0475468dcbd27a7c83213773bbb62a73f5e6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Cordero?= Date: Fri, 8 Sep 2017 14:50:16 -0400 Subject: [PATCH 1/2] Update readme.md --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cc56b7e..aead92f 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,8 @@ # README -Demo tool for managing user's debts integrating a .NET Backend with a Xamarin Forms frontend. +This repository is a test project putting into use the platform Azure Mobile Services allowing its implementation from relatively any platform capable of implementing Mobile Services. + +Configurations such as Authorization and Identity Providers are handled directly from the Azure Portal. ## Stack @@ -43,3 +45,7 @@ Demo tool for managing user's debts integrating a .NET Backend with a Xamarin Fo - PayMe.Tests.Framework: Data and Framework testig + +## Contributions + +If you're willing to collaborate, feel free doing it by making a fork of this repository and sent us your changes! From 63fa7fd161f27fceadd46fa64403d6c560050ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Cordero?= Date: Fri, 8 Sep 2017 15:05:47 -0400 Subject: [PATCH 2/2] Update readme.md --- readme.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index aead92f..4cb3013 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,9 @@ This repository is a test project putting into use the platform Azure Mobile Ser Configurations such as Authorization and Identity Providers are handled directly from the Azure Portal. +You can check out the [webtask.io Simple Demo](http://jcordero.azurewebsites.net/payme-wt.html) of this backend. + + ## Stack - Autofac @@ -12,16 +15,6 @@ Configurations such as Authorization and Identity Providers are handled directly - Web API 2.2 - Azure Mobile Services -## Roadmap - -- Update Tests - -- Push Notifications - -- WPF - -- Xamarin Android & iOS projects - ## Solution ### Services @@ -46,6 +39,18 @@ Configurations such as Authorization and Identity Providers are handled directly - PayMe.Tests.Framework: Data and Framework testig +## Roadmap + +- Update / Expand Tests + +- Custom JWT generation (on demand) + +- Push Notifications + +- WPF + +- Xamarin Android & iOS projects + ## Contributions If you're willing to collaborate, feel free doing it by making a fork of this repository and sent us your changes!