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