ejacobg / eShopOnContainers

A reference project for when I forget how to do something.
MIT License
0 stars 0 forks source link

Run the Catalog API locally (without a container) #7

Open ejacobg opened 3 months ago

ejacobg commented 3 months ago

Finish porting all of the Catalog API content, and make sure it all runs.

Add tests (from the original project, as well as your own tests).

Update: you may need to run this a container since at least one of the event bus implementations need to be running before the Catalog API can start up.