Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 664 Bytes

readme.md

File metadata and controls

26 lines (15 loc) · 664 Bytes

Ferry Planner

This website is a tool that calculates possible routes between two destinations with BC Ferries sailings.

Requirements

Development

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.

Disclaimer

I am not liable for any data loss, damage, or any other consequences resulting from use of this software. Use at your own risk.

License

MIT License