modernwarfareuplink / fyleBanksApi

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

Home Page:https://fierce-reaches-85054.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 aruntvs227@gmail.com

About

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

https://fierce-reaches-85054.herokuapp.com/


Languages

Language:Python 100.0%