Skip to content

thuanvoit/AirlineManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published