contain single backend just like normal backend
features are splitted into separate services without communication between them
containing all services with docker configuration with different port
services simply connected with each other ( just to show how to sent event from one service to another - not recommeneded for professional use )
services are connected with each - recommended
containing docker + kubernetes code
complete code which you can use for development on your localhost
Final Code with local development configurations