diff --git a/microservices/helloworld/sonar-project.properties b/microservices/helloworld/sonar-project.properties
new file mode 100644
index 0000000000000000000000000000000000000000..168984c6a272af8e4c532dee1fef02eef0fb0549
--- /dev/null
+++ b/microservices/helloworld/sonar-project.properties
@@ -0,0 +1,11 @@
+sonar.projectKey=helloworld
+sonar.projectName=Helloworld Microservice
+sonar.projectVersion=1.0-SNAPSHOT
+sonar.sources=src
+sonar.tests=test
+sonar.language=ts
+sonar.typescript.tsconfigPath=tsconfig.json
+sonar.sourceEncoding=UTF-8
+sonar.exclusions=node_modules/**,target/**,prisma/migrations/**
+sonar.test.inclusions=**/*.test.ts
+sonar.typescript.lcov.reportPaths=coverage/lcov.info
\ No newline at end of file