Deploying to a Container and Docker Hub - Building a Sample API in C# Course

IAmTimCorey April 14, 2025
Video Thumbnail
IAmTimCorey Logo

IAmTimCorey

View Channel

About

My goal is to make your life easier, specifically when it comes to learning software development. I remember what it was like to not know even what questions to ask. In every video I do, I try to answer those questions. You will notice that I don't usually do quick videos. That's because I would rather help you understand rather than just padding my watch percentages. If you want more in-depth training, feel free to head over to my website (https://www.iamtimcorey.com) where I have courses dedicated to C#, SQL, and more.

Video Description

Having a sample API is a useful tool when learning web development because it gives you something to test your front-end against. In this course, we are building a sample API that can be used both locally and via the web. Along the way, are learning how to build and deploy a minimal API in C#. When we are done, we will have built an API with sample data that is documented, has health checks, simulates slowdowns and errors, and is deployed both as a Docker container and as a web application on a virtual private server. The end result will be a tool you can use in testing for your own apps. In this lesson, we are going to deploy our application to the Docker Hub so that anyone can download the image and use it right away. Full Training Courses: https://IAmTimCorey.com

You May Also Like