Airport System

The purpose of this repository is to manage an airport flight schedule system.

Diagrams

image

Obs: The frames marked in red will be implemented in a next version.

Requirements

  • Java 17
  • Maven
  • DynamoDB

Run project

1 - Create a table in DynamoDB and configure credentials.

2 - Build / Execute application.

3 - Open Postman(or similar tool), and import collection (Airport.postman_collection.csv)

Project in execution

Table: flight_information

image

Table: user_information

image

Postman (Example): getAllFlights

image