Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.56 KB

README.md

File metadata and controls

59 lines (36 loc) · 2.56 KB

Simulation Project

Overview

This project is an air traffic control simulation designed to demonstrate the coordination and management of aircraft within controlled airspace. It provides a realistic environment for training and understanding the complexities of air traffic control.

image

Technologies Used

Backend

  • Spring Boot: The backend of this project is powered by Spring Boot, a powerful and flexible Java-based framework, making it easy to develop robust and scalable applications.

Frontend!

  • JavaScript (JS): The frontend of the application is developed using JavaScript, providing dynamic and interactive features for users.
  • HTML & CSS: The user interface is built with HTML for structure and CSS for styling, ensuring a clean and visually appealing design.

Features

  • Real-time Aircraft Tracking: Utilizing the backend capabilities, the application offers real-time tracking of simulated aircraft within the airspace.
image
  • User Interaction: The frontend allows users to interact with the simulation, making decisions and observing the consequences on the controlled airspace.

  • Scalability: The Spring Boot backend ensures the application is scalable to handle a large number of simulated aircraft and user interactions.

    image

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/aramali0/Siimulation-Du-Controle-Aearien.git
  2. Navigate to the project directory:

    cd Siimulation-Du-Controle-Aearien
  3. Run the application:

    ./mvnw spring-boot:run
  4. Access the application in your web browser at http://localhost:8080.

Contributing

Contributions are welcome! If you would like to contribute to the project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License, allowing for free use and distribution of the source code.

Feel free to customize this template based on the specific details of your project. Include any additional sections that you think would be valuable for users and contributors.