An open API service indexing awesome lists of open source software.

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.

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).