You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/04/26 15:26:19 UTC

[fineract] branch develop updated: add link to Web UIs, Mobile App, and fineract.dev

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new d3aebf5  add link to Web UIs, Mobile App, and fineract.dev
d3aebf5 is described below

commit d3aebf570e516581c282a4807d6d975b640a3705
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Tue Apr 21 23:03:23 2020 +0200

    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 146d87b..d3f89b0 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 <b><i>Full API Matrix</i></b> 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