Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 584 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 584 Bytes

se4458airline

This is a "buying flight ticket" project developed with Java Spring. There are 3 main relationships in this project. The relations: Customer Flight and Ticket. They are connected to each other as follows:

postgres - airline Authentication is required to purchase and delete tickets. The authentication process was developed with JWT.

Note: for ease of authentication testing, unencrypted passwords appear in the Customer Response. We can hide it if necessary.