From 5623f9d7b84fc37af19079d178baae26a4c2b4d5 Mon Sep 17 00:00:00 2001 From: Umberto Domenico Ciccia Date: Thu, 7 Nov 2024 23:41:26 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecf3c34..5ad1ca5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ EsamiOnline is a distributed software system designed for managing online exams - MongoDB: The database used for storing data. - gRPC: Used for communication between client and server. - xUnit: The testing framework used for unit tests. +- Testcontainer: Open source library for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container. - AutoMapper: A library used for object-to-object mapping. - Docker: Used for containerization of the application. - Moq: Used for mock dependencies on unit testing.