A simple web application to fetch bank details based on ifsc code, and branches of a bank in a city
You can have a look at this application hosted on heroku here
Make sure you have Python 3.6.6 installed locally. Postgresql and git should also be installed locally.
Before checking the API, please make a database named "fyledb" in postgres and import the dump data available at the repository
Update the details of postgres db in settings.py file within gettingstarted folder
$ git clone https://github.com/modernwarfareuplink/fyleBanksApi.git
$ cd fyleBanksApi
$ pip install -r requirements.txt
$ python3 manage.py runserver
Your app should now be running on localhost:8000.
/ifsc/<ifsc_code_here>/
/search?name=bank_name&city=city_name
/credits
A detailed documentation of the API is available at here
Database dump is available in this repository
Pull requests to this repository are welcomed!. Contact me for any queries at aruntvs227@gmail.com