Skip to content

Commit

Permalink
Add infrastructure and service dependencies map
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitemaeric committed Sep 24, 2024
1 parent fc20363 commit 98ba0a6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Documentation

There are 3 sets of documentation:

1. Shared documentation
2. [Claim funding for mentor training documentation](claims)
3. [Manage school placements documentation](placements)
14 changes: 14 additions & 0 deletions docs/infrastructure-map.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Infrastructure Map

```mermaid
architecture-beta
group app(cloud)[ITT Mentor Services]
group register(cloud)[Register Trainee Teachers]
service db(database)[PostgreSQL] in app
service server(server)[Web Server] in app
service register_api(server)[Rest API] in register
db:R -- L:server
app:R -- L:register
```

0 comments on commit 98ba0a6

Please sign in to comment.