Imagine an airport. What are the first things that come to mind? A cavernous terminal, information displays, long queues, baggage claim conveyors, arriving aircraft waiting to be fueled and catered for imminent departure. Airports have a tight flight schedule with its associated staff management, passenger processing, attention to minute detail, and much more. Proper airport management practices speed up the processes and improves the quality of service.
Airport management system is a database project implemented in MySQL. It primarily deals with the management of the airport, airlines, passengers, employees, ticket and flights for various airports. It is designed as per the airport management needs. There are a total of 11 tables each with a minimum of 5 records.
The system provides a broad overview of underlying operational factors that influence the airport management.
React
.
Express
for Node Js
MySQL
(from xampp
)
Download the code and run npm install
in the main project directory and in the frontend directory, to install the required dependencies specified in package.json
.
Next up, create an .env-local file in your main project directory and specify the following -
- PORT (The localhost port where your server should run)
- DB_HOST (default
localhost
) - DB_USER (default
root
) - DB_NAME (name of your mysql database)
In the main project directory run the server by typing npm run dev
. After this open another terminal and cd
into the frontend directory and run npm start
to start the website.
For accessing DDL and DML commands click here.
Thanks for visiting.😄