Commit 499cc14b authored by Narendar Vakiti's avatar Narendar Vakiti

Update README.md

parent db3ab04a
......@@ -4,3 +4,21 @@ This application is gateway for
* BookStore API (https://gitlab.mynisum.com/nvakiti/bookstore-api.git)
Every request go through this gateway application when we try to access above 2 applications.
**We can access below URL's through this application**
**BookStore App URL's**
* http://localhost:8081/bookstore/getbooks
* http://localhost:8081/bookstore/getauthor
* http://localhost:8081/bookstore/addbooks
**BookStore-API URL's**
* http://localhost:8081/bookapi/getbookdetails
* http://localhost:8081/bookapi/getauthordetails
* http://localhost:8081/bookapi/addbookdetails
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment