Skip to content

IamShaharFar/Flight-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airport Simulator Project

The Airport Project is a web application that provides a server-client solution for managing airport operations. The project consists of an ASP.NET server and an Angular client-side application.

Prerequisites

Before running the Airport Project, please ensure that you have the following software installed:

  • MongoDB: The project requires MongoDB to store and manage data. Install MongoDB by following the official installation guide for your operating system.

Server Setup

  1. Clone the repository to your local machine.
  2. Open the ASP.NET server project in your preferred development environment (e.g., Visual Studio).
  3. Make sure MongoDB is running on your machine.
  4. Configure the connection string for MongoDB in the server's appsettings.json file, if necessary.
  5. Build and run the server project. This will start the ASP.NET server on the specified port (e.g., https://localhost:7209).

Client Setup

  1. Open the client-side project in your preferred development environment (e.g., Visual Studio Code).
  2. Install the required dependencies by running the following command in the project directory:
    npm install
  3. After the dependencies are installed, start the Angular development server by running the following command:
    ng serve
    This will start the client application on a development server (e.g., http://localhost:4200).

Usage

Once the server and client are running, you can access the Airport Project through your web browser. Open your preferred browser and navigate to the client application's URL (e.g., http://localhost:4200).

The Airport Project allows you to perform various airport management operations, such as running the simulator, adding flights, and monitoring airport resources. Explore the user interface and follow the provided features and functionality to interact with the application.

License

The Airport Project is open-source software released under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.

Contact

For any inquiries or questions regarding the Airport Project, please contact Shahar Faradyan on LinkedIn.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors