Corendon-LostLuggage

Java Application for automating the process of retrieving lost luggage for the airline company Corendon.

alt text

Getting Started

To see the application there are some things that needs to be configured before running it. So please follow to following document or read /doc/manual.pdf

Note: we didn't received a requirement from Corendon to make it a runable jar and add a config file.

Prerequisites

Install a Java IDE to build and run the application

We used Netbeans to build it. See [Built with] for the link

Install and configure an SQL host.

We used SQL Workbench's local host to run our database

Installing

When you have an SQL Host and IDE installed (prefered Netbeans) u can follow these steps:

Step 1) Creating the database.

Run the CreateDB.sql file in your sql host.

Step 2) Configuring the connection.

Go to the MainApp.java (in /app/..) and edit line: 50

Keep the first  parameter the same. 
Change the second parameter to your SQL userName.
Change the third  parameter to your SQL userPassword.

Step 3) Run the application.

For getting the user passwords see: /doc/manual.pdf 

More information

See: /doc/manual.pdf For the entire installation and configuring process and a full manual of the application.

Built With

Dependencies/ Libraries

Built By

Project Files

License

This project is licensed under the MIT License - look at LICENSE.md file for details.