- Install Python 3.9 (https://www.python.org/downloads/)
- Open the terminal and navigate to
Source/Backend/
- Execute
sh setup_environment.sh
to create the venv and install the dependencies - Start the server with
sh start_server.sh
- Open the 127.0.0.1:5000/navigation_page in the browser
- install Python (version 3.9 or higher required)
- Go to the
Source/Backend/
directory - set up a virtual environment
- install the requirements by executing the command
pip install -r requirements.txt
- run the application with the command
python run.py