Skip to content
#

testcontainers

Here are 502 public repositories matching this topic...

eCommerce application is a platform where customers can find products, shop around using a cart, check out the products and initiate payments. It is used for the didactic purpose only, as a support project for my training at https://www.ionutbalosin.com/training

  • Updated Mar 23, 2024
  • Java

Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers for end-to-end testing.

  • Updated Mar 20, 2024
  • Java

Improve this page

Add a description, image, and links to the testcontainers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the testcontainers topic, visit your repo's landing page and select "manage topics."

Learn more