airavata-courses / devengers

ADS Project Spring 2020: Team Devengers
0 stars 0 forks source link

test the docker script for data retrieval service #5

Closed AsimAzmi closed 4 years ago

AsimAzmi commented 4 years ago

Can someone pull the data retrieval service code and check if the docker script is working by following the below steps.

python basic webservice:

Type the following commands: sudo docker-compose build sudo docker-compose up -d

type localhost:5000 on the browser and check if a json text is being displayed or not.