Skip to content

FaizanJvd/Flight-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup and Run Guide

This project uses Docker to set up required services and runs a Node.js server for application logic. Please follow the steps below to get everything up and running.

Architecture Diagram Image

Prerequisites

Ensure you have the following installed:

Getting Started

1. Clone the Repository

git clone git@github.com:FaizanJvd/Flight-Management-System.git

2. Add Envs

1. In Devops, make file .env, and get enviroments variables from sample.env

2. In Server, make file .env, and get enviroments variables from sample.env

3. In Client, make file .env, and get enviroments variables from sample.env

3. Start Devops First

 cd devops 
 docker compose up -d 

4. Setup & Run Server

 cd server 
 npm install
 npm run serve 

5. Setup & Run Socket

 cd socket 
 npm install
 node server.js 

6. Setup & Run Client

 cd client 
 npm install
 npm run dev 

About

developing a flight management system dashboard for handling 400 daily commercial, military, and private aircraft. The dashboard should display real-time flight information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors