Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.09 KB

java-spring-mvc

Web application for searching flights implemented using spring-mvc and hibernate.

  • Loads flights from csv files present in a target directory to MySQL database.
  • Checks for new files or new flights in existing files periodically and adds them to database if found.
  • Has option to sort search result by fare or by both fare and flight duration.
  • All valid source and destination appears in dropdown

Screens :

  • Login screen : login

  • Flight search screen : flight-search

  • Search Results : search-results

  • New File(s) Found : new-file-found

  • New entry(s) in existing file : new-entry-found