Skip to content

Test Apis Deployed In Docker

Harsh Chaurasiya edited this page Sep 29, 2021 · 6 revisions

BASE_URL : EC2_PUBLIC_IP:EXPOSED_PORT

Ex. http://35.154.119.51:3000


BASE_API_URL : NODE_SERVER_API_URL

Ex. /api/getAll


API_URL : BASE_URL + BASE_API_URL

Ex. http://35.154.119.51:3000/api/getAll

Clone this wiki locally