Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prashant-chaurasia/bankapi
https://github.com/prashant-chaurasia/bankapi
deployed django django-rest-framework heroku
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prashant-chaurasia/bankapi
- Owner: Prashant-Chaurasia
- Created: 2018-04-24T18:38:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T23:44:20.000Z (9 months ago)
- Last Synced: 2024-11-06T17:57:26.455Z (2 months ago)
- Topics: deployed, django, django-rest-framework, heroku
- Language: Python
- Size: 4.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BankAPI
The project provides REST API Endpoints to list bank details given IFSC code of Bank and gives a list of banks
given Bank Name and City. The project is made in Django using DjangoRestFramework and is Deployed on Heroku.## API EndPoints
1. Bank Detail By giving IFSC Code : http://bankapiorg.herokuapp.com/bankdetail?ifsc={ifsc_code_of_bank}
2. List of Bank with Details when given Bank Name and City :
http://bankapiorg.herokuapp.com/bankdetail?bank_name={bank_name}&city={city}