FIDS is a flight information display system designed to provide real-time flight updates and enhance the passenger experience. It offers a comprehensive set of features and functionalities to keep users informed about their flights and airport-related information.
-
Real-time Flight Updates: Get up-to-date information about flight statuses, including departure and arrival times, delays, gate changes, and cancellations.
-
Flight Search: Easily search and find flights by entering relevant details such as flight number, airline, or destination.
-
Weather Conditions: View current weather conditions and forecasts for departure and arrival airports.
To use the FIDS Flight Information Display System, follow these steps:
-
Clone the repository:
git clone https://github.com/Bishal-Pahari/FIDS.git
-
Navigate to the project directory:
cd FIDS
-
Install the dependencies:
npm install
-
To start the server
npm run start:frontend
-
To start JSON server
npx json-server data/db --watch
-
Create .env file
REACT_APP_SECRET = // openweather APIkey
Contributions to FIDS are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.