Angular does not retrieve objects nor messages from django endpoints on docker
Trying to deploy Django Rest Framework and Angular with Docker. I have 3 containers: django, db and angular (with nginx on it) The deployment is completed and I can open localhost:80 and see my angular components. However, the component service…