Containerize an ASP.NET Core Web API with Docker
Containerize a Web API for easy mocking and testing by Front-End developers

As Front-End developers we are sometimes faced with situations where we need to run back-end code on our local Dev machines just to make API requests. This is when Docker can come in handy.