diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-30 00:37:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-30 00:37:04 +0900 |
| commit | 61bf8dc35b82d0afd0263c0b6c37c2cfe5961a19 (patch) | |
| tree | 0d81c9d04721e282582599d6eed609c1707bc201 | |
| parent | 432593ddc20e4248c6fe134d13f9c25bad7e39f7 (diff) | |
| download | iosdc-japan-2024-albatross-61bf8dc35b82d0afd0263c0b6c37c2cfe5961a19.tar.gz iosdc-japan-2024-albatross-61bf8dc35b82d0afd0263c0b6c37c2cfe5961a19.tar.zst iosdc-japan-2024-albatross-61bf8dc35b82d0afd0263c0b6c37c2cfe5961a19.zip | |
doc: update docs/DEV.md
| -rw-r--r-- | docs/DEV.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/DEV.md b/docs/DEV.md index 7e8bcd6..c8781fd 100644 --- a/docs/DEV.md +++ b/docs/DEV.md @@ -1,3 +1,12 @@ +# Architecture + +* Reverse proxy server (Nginx) +* API server (Golang + Echo) +* App server (TypeScript + Remix) +* Database (PostgreSQL) +* Worker (Golang + Swift + WebAssembly) + * WIP, not merged into `main` branch + # Dependencies * Docker |
