Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.32 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.32 KB

Airline Management System

  • CS 4400, Phase 4, Spring 2023

Prerequisites

  • MySQL Server
  • MySQL Workbench
  • Python 3+

Installing

Install these python libraries:

pip install flask flask-mysql

Running the tests

  1. Run default database script

  2. Run MySQL scripts (stored procedures and database schema) in SQL folder

OR RUN refill_db.sh for step 0 & 1

  1. Set approriate MySQL server username & password in db_credentials.txt

    • 1st line is username
    • 2nd line is password
  2. Go into flask app folder, and run:

     python app.py
    
  3. Go to the link below or the link shown in terminal:

    127.0.0.1:8080

Built With

  • HTML, CSS, JS, Bootstrap
  • Flask, Python

Demo

Main Page image Add Page image Simulation and Table Browser image

Authors

Credits

  • Background image by Malaysia Airways
  • Flight Simulator image by @MSFSofficial