diff --git a/README.md b/README.md index 6fa74f8..e1ebf8f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ This is a Python based Django service that provides endpoints for creating trans The design decisions of this service have been based on the discussion [here](https://docs.google.com/document/d/1kh2ybkZPr9LXM5Yv08-6CU1FTEjTqkUb0ZdYhKPEx8M/edit?usp=sharing). +### Architecture +![Solution Architecture](docs/images/solution_architecture.png) + +Excalidraw Flow Diagram: https://excalidraw.com/#json=yyBV76AJi0DZ0Gg7oHn5a,JCzDkcdZk1INg8QId7b5Dw + ### Prerequisites Project requires diff --git a/docs/images/solution_architecture.png b/docs/images/solution_architecture.png new file mode 100644 index 0000000..6e049bb Binary files /dev/null and b/docs/images/solution_architecture.png differ