doucheswag
doucheswag copied to clipboard
Move console app in to it's own namespace
Thoughts on this? It's a shame to miss out on sharing the config/service bootstrap of the web app, but it can be used to show the same application logic (once I code up a create auction use case) being used by another independent delivery mechanism.
I like the general idea, but not really a fan of the boilerplate bootstrap that will only grow over time. IMO re-using the container would be beneficial.