https://github.com/bcorfman/bfs
A non-trivial DevOps project example using breadth-first search to find a path through a grid map. Webpage deployed with Streamlit Cloud.
https://github.com/bcorfman/bfs
cicd cloud codespaces devops github-actions map-search pathfinding pathfinding-visualizer poetry pytest python search streamlit
Last synced: 6 days ago
JSON representation
A non-trivial DevOps project example using breadth-first search to find a path through a grid map. Webpage deployed with Streamlit Cloud.
- Host: GitHub
- URL: https://github.com/bcorfman/bfs
- Owner: bcorfman
- Created: 2021-09-28T18:32:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T23:39:10.000Z (about 2 years ago)
- Last Synced: 2024-04-02T19:34:20.346Z (about 2 years ago)
- Topics: cicd, cloud, codespaces, devops, github-actions, map-search, pathfinding, pathfinding-visualizer, poetry, pytest, python, search, streamlit
- Language: Python
- Homepage: https://bcorfman-bfs-main.streamlit.app
- Size: 280 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breadth-first search
A non-trivial Python DevOps project, implementing search through a grid map.

## Prerequisites
* At a command prompt in the project directory, type `make install` to set up the project
## To run the project locally
* In the terminal window, type `make run` and follow the instructions to point your browser to the provided URL.
## To run the tests
* In the terminal window, type `make test`.
## Visit the deployed webpage
It's on [Streamlit Cloud](https://bcorfman-bfs-main.streamlit.app).