A fun Streamlit project to help organize and track my kayak camping trips.
- Interactive Map: View your kayak routes on an interactive map.
- Trip Management: Store and manage your trips in a SQLite database.
- Add New Trips: Easily add new trips with a form in the sidebar.
- Build the Docker image:
docker-compose build - Run the Docker container:
docker-compose up
