Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williyam-m/bank-details-api-server
https://github.com/williyam-m/bank-details-api-server
django django-extensions django-rest-framework python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/williyam-m/bank-details-api-server
- Owner: williyam-m
- Created: 2024-06-04T18:50:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T09:48:50.000Z (7 months ago)
- Last Synced: 2024-06-06T11:11:52.935Z (7 months ago)
- Topics: django, django-extensions, django-rest-framework, python
- Language: Python
- Homepage: https://bankdetailsapiserver.pythonanywhere.com/
- Size: 6.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Live Link :** https://bankdetailsapiserver.pythonanywhere.com/ (Deployed on Cloud)
## This API Server was built using the following steps:
-> **Created a database:** Django's ORM (Object-Relational Mapper) was used to create the database schema.
-> **Seeded the database:** Data from a CSV file was imported into the database using django-extensions.
-> **Developed a REST API:** Django REST Framework (DRF) was used to build the API endpoints.
-> **Deployed the API to a cloud platform**
## How to Use Our API:
### Access the bank list endpoint with a GET parameter branch_name:
**eg :** https://bankdetailsapiserver.pythonanywhere.com/banks/?branch_name=RTGS-HO### Access the branch details endpoint with the IFSC code:
**eg :** https://bankdetailsapiserver.pythonanywhere.com/branches/ABHY0065002/