Skip to content
Snippets Groups Projects
Commit 1a649315 authored by Vilém Gottwald's avatar Vilém Gottwald
Browse files

Merge branch 'fix-readme' into 'master'

Add description how to run the project

See merge request !32
parents fd871382 12392b99
No related branches found
No related tags found
1 merge request!32Add description how to run the project
# 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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment