Skip to content

This is a web application that is used to predict delays in flight schedules based on the weather information. This application predicts delays for 3 prospective consecutive days.

License

Notifications You must be signed in to change notification settings

shankardeepak22/SchedulePredict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SchedulePredict

This is an application that can be used to predict the delays of the forthcoming flights based on their flight numbers. Technologies used in this project are
1. Java 7
2. Oracle 10g and above
3. Spring Framework
4. Hibernate ORM tool
5. Twitter Bootstrap framework.

To start using this application, please follow the below steps.

1.  Build the WAR file by updating the properties file as stated below.
2.	Make these changes in the database.properties file located at res/datasource/database.properties
		1.	update the database.url (For Example: jdbc:oracle:thin:<username>@//localhost:1521/xe)
		2.	update the username and password in the database.user and database.password fields respectively.
3.	Deploy the application into the Tomcat or any other Server(Jboss, Jetty etc...) that hosts a	JVM container.
4.  Access the application at the url: http[s]://<hostname>:<port>/SchedulePredict/app

Cheers!!!

About

This is a web application that is used to predict delays in flight schedules based on the weather information. This application predicts delays for 3 prospective consecutive days.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published