https://github.com/openmf/web-self-service-app
Web app for clients to access and directly interact with their own accounts using Apache Fineract Self-Service APIs
https://github.com/openmf/web-self-service-app
Last synced: about 1 year ago
JSON representation
Web app for clients to access and directly interact with their own accounts using Apache Fineract Self-Service APIs
- Host: GitHub
- URL: https://github.com/openmf/web-self-service-app
- Owner: openMF
- License: mit
- Created: 2016-11-22T17:59:01.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-15T02:33:46.000Z (over 2 years ago)
- Last Synced: 2025-02-08T19:46:21.377Z (over 1 year ago)
- Language: HTML
- Homepage: http://openmf.github.io/web-self-service-app/
- Size: 2.16 MB
- Stars: 33
- Watchers: 17
- Forks: 107
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Mifos Self Service App
## Getting started
You can follow this README or you can follow this [video](https://mifosforge.jira.com/wiki/spaces/docs/pages/498794497/Developer+Environment+Setup+for+Online+Banking+App+2.0).
Clone the project:
$ git clone https://github.com/openMF/web-self-service-app.git
Install dependencies:
$ cd web-self-service-app
$ npm install
$ bower install
Install gem 'sass'
Make sure that you have '''ruby''' installed (if not goto https://www.ruby-lang.org/en/documentation/installation/ ).
$ gem install sass
Run development web-server:
$ gulp serve
Use these credentials to logIn `username: selfservice password: password`
## Contributing Guidelines:
* Contributors must follow these [guidelines](https://github.com/openMF/web-self-service-app/blob/develop/CONTRIBUTING.md)
## Features
* AngularJS
* Angular UI Router
* Angular Material
* Sass styles
* Gulp build
* Stylish, clean, responsive layout with original design
* BrowserSync for the ease of development
## Deploy to Github pages
$ gulp build
$ gulp deploy