Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 284 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 284 Bytes

AirlineReservationSystem

A REST API to implement a simple airline reservation system through create, get, update, and delete. The system will be hosted on Amazon EC2. Uses spring’s @RestController for the implementation and uses JPA for the persistence. Uses Spring Boot as well.