Skip to content

This is a very simplistic repository showing how an ASP.NET API solution can be running on top of a Docker container.

Notifications You must be signed in to change notification settings

dlogic-lbs/docker-net-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerAPI

What is this repository for ?

This repository shows a simple example of an ASP.NET Core API (build with C#) deployed within a Docker container.

How to use it locally ?

Either fork or clone or simply download the repo and use it within a Visual Studio IDE - the IDE used for creation of this project was Visual Studio 2022 Community with ASP.NET and .NET support enabled.

You can easily "Docker-run" (and debug) this solution within Visual Studio IDEs, which would then open the only API endpoint URL in your browser and display the simplistic data provided by the PricesController.

Important notes ..

Please remember that the code examples used within this simple repository (especially Money and Prices classes) are far from ideal for a production-ready project and these classes only illustrate a very basic representation of real-world tangible entities and/or abstractions.

About

This is a very simplistic repository showing how an ASP.NET API solution can be running on top of a Docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published