hanzala-sohrab / IFSC

RESTful API that fetches the details of a bank given its IFSC. Also, one can find the details of all the branches of a bank in a city.

Home Page:https://django-ifsc.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IFSC

RESTful API for getting the details of a bank branch given its IFSC and also list all the branches of a particular bank in a particular city.

Getting Started

This is the actual working link : https://django-ifsc.herokuapp.com/

The instructions below will get you a copy of the project up and running on your local machine for development and testing purposes.

For running on your local machine follow the below steps:

Step 1: Clone this repo

git clone https://github.com/hanzala-sohrab/IFSC.git

Step 2: Change Directory

cd IFSC/

Step 3: Install the required libraries

pip install -r requirements.txt

Usage

python manage.py runserver

About

RESTful API that fetches the details of a bank given its IFSC. Also, one can find the details of all the branches of a bank in a city.

https://django-ifsc.herokuapp.com/


Languages

Language:Python 81.9%Language:HTML 17.9%Language:Procfile 0.2%