36 lines
495 B
Markdown
36 lines
495 B
Markdown
# 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
|
|
```
|