mehta55 / java-spring-mvc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Java 100.0%