diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index fbbb5ae..363916b 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -8,6 +8,8 @@ The web portal was developed by the [Virtual Institute for Scientific Software]( The repository comprises a complete web application, including web server code, React UI code and an automated deployment in GitHub Actions workflows that builds a Docker container and deploys it to a cloud server, currently AWS EC2. +![architecture.png](architecture.png) + ### 1.2. Technologies Used The web portal was written primarily in [Typescript](https://www.typescriptlang.org/docs/handbook/2/basic-types.html) and [Python](https://docs.python.org/3/tutorial/index.html). diff --git a/docs/architecture.png b/docs/architecture.png new file mode 100644 index 0000000..f726aa7 Binary files /dev/null and b/docs/architecture.png differ