From d49e6ea069cd7e2a3824ad3a543d341a72f91b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Tue, 21 Apr 2020 23:03:23 +0200 Subject: [PATCH] add link to Web UIs, Mobile App, and fineract.dev --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 272330a75fd..5771b491e9d 100644 --- a/README.md +++ b/README.md @@ -204,11 +204,20 @@ Apache Fineract Platform API The API for the Fineract-platform (project named 'Apache Fineract') is documented in the API-docs under Full API Matrix and can be viewed [here](https://demo.mifos.io/api-docs/apiLive.htm "API Documentation"). +API clients (Web UIs, Mobile, etc.) +============ + +* https://github.com/openMF/community-app/ is the "traditional" Reference Client App Web UI for the API offered by this project +* https://github.com/openMF/web-app is the next generation UI rewrite also using this project's API +* https://github.com/openMF/android-client is an Android Mobile App client for this project's API +* https://github.com/openMF has more related proejcts + + Online Demos ============ -* [Community App](https://demo.mifos.io "Reference Client App") -> For this demo, a demo account is also provided for users to experience the functionality of this Community App. Users can use "mifos" for USERNAME and "password" for PASSWORD(without quotation marks). +* [fineract.dev](https://www.fineract.dev) always runs the latest version of this code +* [demo.mifos.io](https://demo.mifos.io) A demo account is provided for users to experience the functionality of the Community App. Users can use "mifos" for USERNAME and "password" for PASSWORD (without quotation marks). Developers