Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dae-db

Databases team project - University of Bologna (a.y. 2023-24)

Contributors

Patrick Alfieri: @hyspxt
Sofia Zanelli: @SofZll
Kaori Jiang: @Kmoon-7

Description

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.

Setup and Usage

Prerequisites

  • PHP with SQLite3 extension
  • Web server (or use PHP's built-in server)

Installation

# 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:8000

Open 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.

About

A DB system designed to simulate the management of cardiac emergency requests and the use of AEDs. Inspired by "DAE RespondER".

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages