todi-2000 / Indian_Banks

An API in which IFSC code is used to get bank details and city and bank name is used to get details of all the branches of that bank in city.

Home Page:https://bank-rest-api05.herokuapp.com/api/ifsc/BARB0KHATOD/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indian_Banks

An API in which IFSC code is used to get bank details and city and bank name is used to get details of all the branches of that bank in city.

Clone and run following commands on your local server.

env/Scripts/activate
pip install -r requirements.txt
python manage.py runserver

Urls:

1. http://127.0.0.1:8000/api/ifsc/{ifsccode}
For example: http://127.0.0.1:8000/api/BARB0KHATOD
2. http://127.0.0.1:8000/api/city/{city}/{bankname}
For example: http://127.0.0.1:8000/api/NOIDA/HDFC BANK

About

An API in which IFSC code is used to get bank details and city and bank name is used to get details of all the branches of that bank in city.

https://bank-rest-api05.herokuapp.com/api/ifsc/BARB0KHATOD/


Languages

Language:Python 100.0%