Skip to content

Provides bank details given its ifsc, ability to search for branches of a bank in a city

Notifications You must be signed in to change notification settings

modernwarfareuplink/fyleBanksApi

Repository files navigation

FYLE BANK API: Getting Started

A simple web application to fetch bank details based on ifsc code, and branches of a bank in a city

View Application online

You can have a look at this application hosted on heroku here

Running Locally

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.

API Documentation

/ifsc/<ifsc_code_here>/

/search?name=bank_name&city=city_name

/credits

A detailed documentation of the API is available at here

Database dump

Database dump is available in this repository

Pull requests

Pull requests to this repository are welcomed!. Contact me for any queries at [email protected]

About

Provides bank details given its ifsc, ability to search for branches of a bank in a city

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages