Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranjithkumarseekolu/bank
https://github.com/ranjithkumarseekolu/bank
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranjithkumarseekolu/bank
- Owner: RanjithKumarSeekolu
- Created: 2023-03-17T16:30:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T05:18:36.000Z (9 months ago)
- Last Synced: 2024-03-22T06:30:29.889Z (9 months ago)
- Language: Python
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Used django and djangorestframework for this project
first i setup the database for setting up database i used pandas to load data from csv file and create objects and used bulk_create option so write in database
then i setup to get api endpoints one for getting banks and other for getting branch specific details
it approximately took around 3 hours to complete assignment
# setup
# install python3 and pip
# pip3 install -r requirements.txt
# go to localhost:8000 and click on setup database it will approximately take 2-3minutes because of inserting more than 1lac 27 thousand records# hit endpoint /api/v1/getbanks/ to get bank details api
# hit endpoint /api/v1/ifsc// to get branch specific details# to run tests run command python3 manage.py test