Hospital Information System - Emergency Room Module
A comprehensive system for managing triage and access to the emergency room. This project is a full-stack educational demo that combines modern front-end development with a containerised architecture ready for deployment.
The system simulates the workflow of an emergency department, allowing patients to be managed from admission to discharge.
The project is divided into two areas of technical expertise:
- UF15 (Frontend Development): Development of a responsive SPA with Angular.
- UF14 (Application Architecture): Containerisation, orchestration and network configuration with Docker and NGINX.
Di seguito la struttura logica del repository e il ruolo delle cartelle principali.
-
sio-frontend/: Applicazione front-end sviluppata con Angular (TypeScript,npm). Contiene la SPA, componenti, servizi e test. -
backend/: Server applicativo (JavaScript/TypeScript). Espone le API per triage, gestione pazienti e accesso al DB. -
db/: Script SQL per schema e dati di esempioinit.sql. -
scripts/: Script di utilità per sviluppo, build e deploy (es. avvio, migrazioni). -
docs/: Documentazione aggiuntiva, diagrammi e note architetturali. -
Radice del progetto
File principali:README.md,LICENSE, eventuali file di CI/CD e.env.example.
This project is licensed under the MIT License - see the LICENSE file for details.
forked