FizzBuzzEnterpriseEdition-CSharp
FizzBuzzEnterpriseEdition-CSharp copied to clipboard
Docker support?
I've tried running this project locally, but I don't have required SDKs/runtimes installed. It would be a lot easier if you added Dockerfiles and images.
Also... a monolith? Really? It's 2023 at the time of writing this comment. At least expose an API where users can send a range of values to compute fizz-buzz and do the actual computation on another web service... With, at least 2, clones of that service running in parallel for better load balancing. Docker-compose is what you're looking for I guess...