Giter VIP home page Giter VIP logo

jetsetgo-airline-booking-system's Introduction

jetsetgo - airline booking system

Introduction

This project aims to implement a simple reservation system for a fictional airline company. While it was an option to build a web-based version of this project I went for a desktop-based approach, inspired by one of the projects from one of my university courses which revolved around Java Swing.

Some of the features and functionalities included are:

  • creation & deletion of an account as well as login
  • input validation using mySQL and regex
  • supported update of user information
  • place booking / cancel booking for a specific flight
  • storage of all trips booked by a specific user

Components

  • The UI has been implemented using a class-based approach, with the aim of keeping the code more concise and structured as well as allowing for easier sharing of information and creation/deletion of windows
  • A directed, unweighted graph class has been used to represent the network of available flights offered by the company
  • A Database Interface class was developed to keep all the database-related code in one file, and also by choosing a class-based implementation passing the instance of the interface between windows was much smoother

Requirements

In order to make this project run on your machine, you will need to install a couple of things first if you don't have them already.

  • The database operations are executed using MySQL Database and the Python mysql module.
  • The GUI is implemented using Python Tkinter.

After having installed all the required packages, simply insert your credentials in the config.py file and you should be good to go.

Credits & Reflections

Both the frontend and the backend for this project have been designed and implemented by myself. Altough the idea of a GUI-based management system is fairly popular, I found it as a great opportunity to explore and build using a new framework (Tkinter), as well as getting more practice working with different technologies at once.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.