You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses MySQL and IntelliJ IDEA to create a development environment that acts as straight communication
median between the user and the database. Using a free third-party plugin that is available in the IntelliJ plugin
marketplace. Database Navigator allows the user to connect to their local MySQL instance and through MySQL script,
the user can create tables, edit those values, and delete values. The project could act as template if changes want
to be made for any database interactions.
Installing and running application
1: Start by cloning this repo straight from GitHub and creating a new project from VCS. Or download the project
and extract the zip and continue normally to starting a new project in IntelliJ IDEA.
2: Download the plugin 'Database Navigator' to establish the connection to MySQL workbench. After creating your
database in MySQL, you can continue to IDEA.
3: After making the correct jdbc pathway link to your database, your connection can be made.
4: This can also be used as a template if decided, but after downloading the MySQL Connector/J 8.2.0 and implementing
this in your project's pathway; the project should be ready to be run.
5: It is to be mentioned that the connector/J download process will be made through selecting the 'Platform Independent'
by choosing an operating system.
6: When everything is implemented correctly, the project can be run straight from the main function that is in the
AirlineBookingSystem class.
7: While preparing to run the project, head over to MySQL workbench to create the database, and refresh the schema
in the MySQL schema tab; the project can be run.
This is a project that will form a direct line of communication to MySQL database. Through MySQL script this allows the user to add, delete and view the data that can be added to the fictional Airline Booking database.