This website is a tool that calculates possible routes between two destinations with BC Ferries sailings.
- Python 3.11 or higher
To develop this project, install the required packages and run the server with the following commands:
pip install -e .
uvicorn ferry_planner.server:app --reload
Navigate to http://localhost:8000 to preview the website.
I am not liable for any data loss, damage, or any other consequences resulting from use of this software. Use at your own risk.