Skip to content

DARucker/Hackathon

 
 

Repository files navigation

DOCUMENTATION

This code is written in order to the Vueling hackathon in colaboration with IT Academy. Made by Pau Sansa.


    Visit my LinkedIn!     Send me an email!

CODE EXPLAINING

This code is a MVP for a new travel finder feature. The app consists of two menus:

  • Trip Manager
  • Trip Search Engine

FEATURES

  1. Add a new Trip (it can be LandTrip or AirTrip)
  2. Delete a trip
  3. Show all Trips
  4. Search Trips by Name
  5. Search Trips by City

HOW IT WORKS?

This code is written only with Java and mySQL, it consists of different classes such as Trip (from which LandTrip and AirTrip derive), TripManager (It is used to create, delete and search for trips) and dbManager (executes all actions related to the database).


STARTING THE APP

When the main method of the program is started, an instance of the app will be created and the init method of the instance will be run.

This init method will run the Trip Manager menu looped (in which you can change to the Search Engine).


Trip Manager

In This Trip Manager you will be able to Add a Trip, Delete a Trip or Show All trips.

Gif Menu Manager


Trip Search Engine

In this menu you'll be able to search trips by name or city


Gif Search Engine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%