/ticketapi

IFSC Code Fetching REST API made using djangorestframework

Primary LanguageTSQL

Django Rest API

IFSC Code Fetching REST API made using djangorestframework, It's a RESTful API written in Django to get any branch details using ifsc code and find all the branches of a bank in a Indian city.

For testing purpose

first install the requirements.txt file using python and then type these commands in browser :

http://localhost:8000/api/{ifsccode}

http://localhost:8000/api/{bank-name}/{city}

to get started.

Alternatively

you can run the curl script from linux to test the API.