This is a simple web application that allows you to look up bank details using an IFSC code.
These instructions will help you set up and run the project on your local machine.
-
Clone this repository to your local machine using the following command:
git clone https://github.com/imrkgofficial/bank-ifsc.git
-
Change into the project directory:
- cd bank-ifsc
- go mod init bank-ifsc
-
Start the development server:
go run main.go
-
Open your web browser and navigate to
http://localhost:10001
to use the application.
- HTML, CSS, and JavaScript for the front-end
- Go for the back-end
- Rajat Kumar Goyal
This project is licensed under the MIT LICENSE.