diff --git a/account-query/README.md b/account-query/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..815419ce281d2bc7fb2d7ed275634d3916e17bf1
--- /dev/null
+++ b/account-query/README.md
@@ -0,0 +1,6 @@
+# PA165 Balance Service
+
+<p>The Balance Service, allows to view transaction history, provides a dashboard for bank employees to manage customer accounts and monitor all customers bank transactions. The system also provides a statistical module for employees, which can report total and average (per account) transactions (deposits, withdrawals, outgoing and incoming payments) in a selected date range.</p>
+
+![diagram](diagram.png)
+
diff --git a/account-query/diagram.png b/account-query/diagram.png
new file mode 100644
index 0000000000000000000000000000000000000000..fb05707fb91b8e4d27d85cb443b10541edf1bb35
Binary files /dev/null and b/account-query/diagram.png differ
diff --git a/account-query/src/main/resources/application.properties b/account-query/src/main/resources/application.properties
new file mode 100644
index 0000000000000000000000000000000000000000..bafddced850ad5cb9c8b100b9daf64dae4e70202
--- /dev/null
+++ b/account-query/src/main/resources/application.properties
@@ -0,0 +1 @@
+server.port=8081
\ No newline at end of file