Launch
To launch the application, download the code folder from the GitHub repository and execute the appropriate script for your operating system. These scripts will launch the project automatically
Download the Code Folder:
Visit the GitHub repository hosting the project
https://github.com/algosup/2024-2025-project-3-quickest-path-team-7/tree/dev/code
Run the Script for Your Operating System:
To run the application, navigate to the code
folder inside the downloaded project folder. This folder contains the scripts required to build and launch the application.
For MacOS/Linux:
Navigate to the code folder in the terminal.
Execute the
macLinuxProjectBuilder.sh
script:chmod 777 macLinuxProjectBuilder.sh ./macLinuxProjectBuilder.sh
For Windows:
Double-click the
windowsProjectBuilder.bat
script
What Happens Next:
The script automatically builds the project and starts the application, enabling both the CLI and API server.
The terminal displays:
Enter a command or the start node:
Last updated