generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 0
Design documentation
Dirk Engelhard edited this page Jan 4, 2025
·
5 revisions
- Typescript backend (NestJS)
- Typescript brontend (Angular)
- Python backup analyzing module
All these modules are combined into a NX monorepo.
- Analyzer Database containing the raw backup data (primarily used for development purposes to have some source database)
- Backend Database containing the processed output
- Analyzing and backend modules provide REST APIS
- Frontend gets data by accessing backend REST API
All apps have dockerfiles provided, creating the possibility of simple building and deployment