Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.41 KB

File metadata and controls

49 lines (31 loc) · 1.41 KB

-͟͟͞✈︎ LI3

This project is a C-based database system for managing airline-related information, including airports, flights, passengers, and reservations.

First phase: 19.4 / 20 ★ 

Second phase: 20.0 / 20 ★

Build

Run all commands from the trabalho-pratico directory.

cd trabalho-pratico
make

This will compile the project and generate the executable.

To clean compiled files:

make clean

Execution Environments

The project supports three execution environments:

  • ./programa-principal - Main program execution
  • ./programa-tests - Test suite execution
  • ./programa-interativo - Interactive mode execution

Each one is executed via the terminal, and if required arguments are missing or incorrectly provided, the program will display usage instructions directly in the terminal.

Interactive Mode

Images of the interactive program are available here.

Requirements

Check here for the requirements (in Portuguese) of each phase.

Authors

Débora Caetano - @deboravcaetano
Matheus Azevedo - @matheusm18
Francisco Martins - @XicoMartins707