Skip to content

An application to query bank details based on IFSC code. Client implementation for RazorPay IFSC https://github.com/razorpay/ifsc API

License

Notifications You must be signed in to change notification settings

Sarthak-Mittal/ifsc

Repository files navigation

IFSC: Indian Financial System Code

Go to check it out here here

Continuous Deployment License: MIT GitHub repo size GitHub contributors GitHub stars GitHub forks

Table of Contents


Introduction

This project aims to help you get your bank details with your IFSC code. I tend to forget where my bank branch is located or does it offer services like UPI, NEFT, RTGS or IMPS.

So I think this will help serve the purpose for people who might want to look up some information about their bank branch.

Description

On the frontend we are using Angular and on the backend we are hitting a free API provided by Razorpay. To know about API @ Razorpay IFSC Toolkit

Technologies Using

Getting Started

To get started locally, follow these instructions:

  1. If you haven't done it already, make a fork of this repo.
  2. Clone to your local computer using git.
  3. Make sure that you have Node 12.13.0 or later installed. See instructions here.

Angular Application Configuration

  1. Use npm install to download the needed depenedencies for this project.
  2. Don't forget to install the Angular CLI if you haven't already.
  3. Build and run your app by using the ng serve command from the root directory.
  4. Navigate your browser to http://localhost:4200.
  5. Make sure you have running internet connection to successfully hit API mentioned in Description.

Run with Docker

Are you a Docker fan who wants to just run the application and doesn't care about installing other dependencies or Do you just want to know as to how to run with Docker

Follow the steps:

  1. Download and install docker.
  2. If you are on Linux you need to run some post-install steps so that you won't need to run docker with sudo.
  3. On the root of this project simply run docker build . -t "<image_name>:<image_tag>".
  4. After the image is built just run docker run --net=host <image_name>:<image_tag>.
  5. Navigate your browser to http://localhost:4200.
  6. Make sure you have running internet connection to successfully hit API mentioned in Description.

Contributers Guide

Read Contributors guidelines before submitting a PR or creating a new issue.

To contribute hassle free, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.
  6. Show your support by ⭐ the project.

Alternatively see the GitHub documentation on creating a pull request.

If you find a bug or think something could be better, please file an issue! If you think a code change should be made, feel free to raise a PR.

Open Source Love GitHub followers LinkedIn