Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
Added architecture diagram to Github and linked it in README
  • Loading branch information
jashmehta3300 committed Aug 10, 2023
1 parent 0b4f935 commit ec0a199
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ MartianBank is a microservices demo application that simulates an app to allow c

The Martian Bank UI is created using [React](https://react.dev/) and [react-redux toolkit](https://redux-toolkit.js.org/). There is an [NGINX](https://www.nginx.com/) container that acts as a reverse proxy for UI and backend services. There are 6 microservices, out of which 2 (customer-auth and atm-locator) are developed in Node.js whereas the others are done using Flask (Python). The dashboard microservice talks to accounts, transactions and loan microservices using [gRPC](https://grpc.io/) and [http](https://en.wikipedia.org/wiki/HTTP) (can be flipped and is available as a deployment parameter).

![Architecture Diagram](https://drive.google.com/uc?export=view&id=1H1MKRLmcuIKKyXgcX7VRkL18ECJDyw3q)
![Architecture Diagram](./images/Arch.png)

<br />

Expand Down
Binary file added images/Arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec0a199

Please sign in to comment.