API URL
#280
Replies: 1 comment 1 reply
-
Hey, thanks for being patient. The API is located at |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'm having some trouble connecting to the API to list the shopping.
I've read this:
#200
Which is great but I'm not sure what address to run this against.
I have my frontend running at localhost:9090 (using 9090:80 against the front container)
I have my backend running also using the standard docker-compose.
I have tried exposing my backend server in both:
9192:5000
and
9191:80
but http get calls via postman are returning Error: connect ECONNREFUSED with nothing in the logs of the Docker backend service.
Could you help me with either which ports to expose and on which container, or what route I could use on the frontend to get
/api/v1/shoppinglist
to return somethingBeta Was this translation helpful? Give feedback.
All reactions