Skip to content

Initial Setup

Manish Kumar edited this page Aug 6, 2018 · 3 revisions

For the basic setup of the project go through the Readme.md.

Connecting App with a particular set of APIs

This app is currently using fake data layer for server side response, to switch from fake data layer to real APIs follow the following instructions.

  • For using a different set of API change the parameters of BaseUrl class listed under /remote directory.
  • For changing the end point of a particular API make changes in EndPoints class.

Demo Credentials

Username: fineractCn
Password: password

Clone this wiki locally