ranjjose-chaz / bank_search_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank Search App

Backend Coding Exercise

  • Hosted in heroku, here

  • Supports two APIs

    1. GET API to fetch a bank details, given branch IFSC code
    2. GET API to fetch all details of branches, given bank name and a city with limit and offset support Both APIs are authenticated using a JWT key with validity = 5 days
  • A curls.sh file is checked-in providing all combinations of the above GET APIs

  • The database is loaded from the data hosted here

About


Languages

Language:JavaScript 52.5%Language:CSS 39.7%Language:Python 4.6%Language:Shell 2.4%Language:HTML 0.9%