feat(validation): complete validation editor and master data modules
This commit is contained in:
parent
2b5c765e41
commit
f73a24df13
73 changed files with 10194 additions and 0 deletions
36
validation-suite/README.md
Normal file
36
validation-suite/README.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Validation Suite
|
||||
|
||||
Professionelle Enterprise-Anwendung fuer medizinische Validierungsprozesse.
|
||||
|
||||
## Start
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Frontend: `http://localhost:3000`
|
||||
|
||||
API: `http://localhost:8000/docs`
|
||||
|
||||
Initialer Administrator:
|
||||
|
||||
```text
|
||||
admin@schubamed.de
|
||||
ValidationSuite!2026
|
||||
```
|
||||
|
||||
## Services
|
||||
|
||||
- `atlas-web`: Next.js 16 App Router Frontend
|
||||
- `mercury-api`: FastAPI Backend
|
||||
- `postgres`: PostgreSQL Datenbank
|
||||
|
||||
## Struktur
|
||||
|
||||
```text
|
||||
frontend/atlas
|
||||
backend/mercury
|
||||
database
|
||||
docker
|
||||
docs
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue