Skip to content

Kmoon-7/dae-db

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 75.8%
  • JavaScript 17.4%
  • CSS 4.9%
  • HTML 1.9%