diff --git a/readme.md b/readme.md
index cbc50e6a4c46d654a013678c98f89c24cf9386a3..baf938595911ce5ed824b7a5868b5803c274414d 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,14 @@
 # Online banking service
 
+How to run the project: 
+1. Run `mvn clean install` in the root directory
+2. Run `docker compose up` in the root directory
+Now all the services and the databases are running, and you can access them on the following ports:
+- User-service: `localhost:8081/api/user-service`
+- Transaction-service: `localhost:8082/api/transaction-service`
+- Currency-service: `localhost:8083/currency-service`
+- Analytics-service: `localhost:8080/api/analytics-service`
+
 ## Use case:
 ![img_2.png](img_2.png)
 
@@ -56,4 +65,4 @@ Password: `changemelater`
 
 ### Entity relationship Diagram
 
-![img_3.png](img_3.png)
\ No newline at end of file
+![img_3.png](img_3.png)