Databases team project - University of Bologna (a.y. 2023-24)
Patrick Alfieri: @hyspxt
Sofia Zanelli: @SofZll
Kaori Jiang: @Kmoon-7
A database system designed to simulate the management of cardiac emergency requests and the use of automated external defibrillators. Inspired by the "DAE RespondER" application.
Database design specifics are documented in relazione.pdf.
- PHP with SQLite3 extension
- Web server (or use PHP's built-in server)
# Required if not already installed (Debian/Ubuntu)
sudo apt update && sudo apt install php-cli php-sqlite3
# Clone and run
git clone <repository-url>
cd dae-db
php -S localhost:8000Open your browser and go to http://localhost:8000.
The application consists of two main sections:
- Database: where you can view individual tables.
- Queries: where you can interact with the database through queries.