You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart LR
subgraph clients [Clients]
Landing[Landing Next.js]
Admin[Admin Next.js]
Mobile[Flutter iOS and Android]
end
subgraph aws [AWS eu-central-1]
API[NestJS API]
PG[(PostgreSQL PostGIS)]
Redis[(Redis)]
S3[(S3 media)]
end
Landing --> API
Admin --> API
Mobile --> API
API --> PG
API --> Redis
API --> S3