If you like or are using this project to learn or start your own solution, please give it a star. I appreciate it!
A ready-to-use, multi-purpose dev environment.
git clone https://github.com/stvansolano/codebox-dotnet.git
cd codebox-dotnet
docker-compose up -d --build
docker exec -it <CONTAINER> bash
dotnet new webapi --name MyWebApi
cd MyWebApi
dotnet run --urls "http://*:5000"