-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLinks
More file actions
32 lines (16 loc) · 1.46 KB
/
Links
File metadata and controls
32 lines (16 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
https://josepraveen.com/2016/10/26/restful-web-services-api-using-java-and-mysql-lab-1/
https://www.9lessons.info/2012/09/restful-web-services-api-using-java-and.html
https://josepraveen.com/2016/10/26/restful-web-services-api-using-java-and-mysql-lab-1/s
Backend Coding Test
Using any language / framework you like. Please let us know how long it took you to solve the problem.
Create a REST service that can:
1. Given a bank branch IFSC code, get branch details
2. Given a bank name and city, gets details of all branches of the bank in the city
You can use the data available in this repository in your backend db. Write your service in any language of your choice. Host it in Heroku - you can signup for a free account in Heroku. E.g. Here are steps on how you can get a django app running in Heroku in a few minutes.
If you have any questions, please feel free to send me an email at siva@fyle.in or call me at 9632200894.
http://localhost:8080/BankApp/index.jsp/get_branch_detail?ifsc=lkj
Single time load https://stackoverflow.com/questions/16503599/how-do-i-load-and-store-global-variables-in-jersey-glassfish
https://stackoverflow.com/questions/16503599/how-do-i-load-and-store-global-variables-in-jersey-glassfish
http://localhost:8080/BankApp/webapi/banks/get_all_banks?bank_name=ABHYUDAYA%20COOPERATIVE%20BANK%20LIMITED&city_name=MUMBAI
http://localhost:8080/BankApp/webapi/branch/get_branch_detail?ifsc=ABHY0065010
https://devcenter.heroku.com/articles/war-deployment