Amala yangu web self service application is a web version of amala yangu mobile application, as self service mobile application for Microfinance users to access their accounts informations (i.e Loan accounts, Share and Saving accounts).
Both Amala Yangu web and mobile use the same API's. And this API's Documentation can be found in SELF SERVICE section
To start working on Amala yangu web application follow this instructions:-
-
Clone amala yangu repository
- HTTPS:
git clone https://github.com/amalatechnologies/ssap.git
- SSH:
git clone [email protected]:amalatechnologies/ssap.git
- HTTPS:
-
Open the cloned directory from your terminal
cd {YOUR CLONED DIRECTORY} e.g cd ssap
-
Install the dependencies
npm install
-
Run
npm run dev
-
Open http://localhost:8000 in your browser