airavata-courses / NetBoox

Team NetBoox Repo
0 stars 3 forks source link

URL for testing the app #101

Closed naveenkumarmarri closed 5 years ago

naveenkumarmarri commented 5 years ago

Can you add steps/URLs to access the application?

harshallpandit commented 5 years ago

@naveenkumarmarri

Jenkins URL - http://149.165.170.200:8080/

Commit on jersey_service, 8-microservice-flask, 5-Microservice-in-Node-JS to initiate build for that particular service.

Links to test: TACC: http://129.114.104.238:30003/Netbux_Microservice/netbux/authors/getAuthors http://129.114.104.238:30003/Netbux_Microservice/netbux/books/getBooks http://129.114.104.238:30003/Netbux_Microservice/netbux/authors/getAuthorById/5bce308c26cda927f84754ea http://129.114.104.238:30003/Netbux_Microservice/netbux/books/getBookById/5bce2a0ceb701011b6151a7b

IU: http://149.165.170.107:30003/Netbux_Microservice/netbux/books/getBookById/5bce2a0ceb701011b6151a7b http://149.165.170.107:30003/Netbux_Microservice/netbux/authors/getAuthors http://149.165.170.107:30003/Netbux_Microservice/netbux/authors/getAuthorById/5bce308c26cda927f84754ea http://149.165.170.107:30003/Netbux_Microservice/netbux/books/getBooks

NodeJs: IU: http://149.165.170.107:30001/graphql

TACC: http://129.114.104.108:30001/graphql

Then follow the instructions on NodeJs service page. https://github.com/airavata-courses/NetBoox/wiki/Node-JS-Microservice

Python: IU: http://149.165.170.107:30002/

TACC: http://129.114.104.113:30002/

Then follow the instructions on python service page. https://github.com/airavata-courses/NetBoox/wiki/Python-Flask-Microservice

Keerthi4308 commented 5 years ago

@naveenkumarmarri

Project 4: https://github.com/airavata-courses/NetBoox/wiki/Project-4