HerokuContainer
HerokuContainer copied to clipboard
Dockerized ASP.NET Core Web API app in Heroku
Dockerized ASP.NET Core Web API app in Heroku
Updates
The solution is updated to ASP.NET 8
Medium Article 1: Deploy a Dockerized ASP.NET Core Web API app to Heroku
In this blog post, we will create a containerized ASP.NET Core 3.1 Web API project, and set up a CI/CD pipeline using GitHub Actions. In the GitHub workflow, we will build and test the Web API project, and deploy the final docker image to Heroku.
Medium Article 2: Get Started with Swashbuckle and ASP.NET Core
This article is intended to add some supplementary information to the official documentation in Microsoft Docs. My goal is to connect the dots between the code/comments and the Swagger UI elements.
Medium Article 3: File Upload via Swagger
In this article, we will go over examples about uploading a single file, uploading a list of files, and uploading a file in a FormData object.
API Website
License
Feel free to use the code in this repository as it is under MIT license.