Flight navigation systems often face challenges such as adverse weather, unavailable GPS signals, and environmental factors, leading to increased risks and inefficiencies. This project aims to enhance flight navigation by developing a software solution that integrates real-time data from weather APIs, aviation databases, and flight sensors. Using advanced algorithms, the system will:
- Identify optimal flight paths
- Assess risks
- Suggest alternative routes
This will improve safety, efficiency, and reliability. Additionally, a health metrics tracker will monitor the aircraft's operational status, enabling proactive risk mitigation. The solution features a user-friendly dashboard for pilots and control centers, displaying routes, risks, and real-time updates. Scalability is ensured through cloud infrastructure, supporting increased data volumes and users. Key impact metrics include reduced flight incidents, improved fuel consumption, reduced delays, and positive user feedback it also consist of Chat-Bot which will help the Pilot to assist in taking decission.
Follow these steps to set up the backend server:
-
Navigate to Backend Directory:
cd Backend
-
Initialize npm:
npm init -y
-
Install Dependencies:
npm install express axios cors
-
Create .env File: Create a
.env
file in the Backend directory with the following content:PORT=5000 API_KEY=NVsSmS9E1xoGFgsBdn0qkOE6d5CbDKRnCnjI4znu
-
Run the Server: To run the server, use the following command:
node server.js
Follow these steps to set up the frontend:
-
Navigate to Frontend Directory:
cd Frontend
-
Install Dependencies:
npm install
-
Start the Development Server:
npm start
We have added project documentation (Project Documentation.pdf) to the GitHub repository. You can find it in the root directory.
The project has been deployed on Vercel. You can access it using the following link: Flight Navigation System
With these setup instructions and project documentation, you can get the backend and frontend of the flight navigation system up and running efficiently.