PreviousNext

Integrating Angular with AspNetCore API via Docker Compose

by referbruv, 2020-06-16T17:42:24.236Z

In this article, lets discuss about how we can deploy an angular application with AspNetCore API end-to-end in a containerized setup using Docker Compose. We shall also look at the challenges in routing the requests to angular and dotnetcore API containers and how we can solve it using nginx reverse proxy.

Read More