This has APIs to create, list and retrieve bank accounts and perform money transfer across accounts and also debit and credit into an account.
It is using JWT for authentication
1. Python 3.5
2. Django 1.11
3. MySQL
Follow instructions at: http://pypi.python.org/pypi/virtualenv
pip install -r requirements/base.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver