Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a deployment tutorial to Resources and a Sudoku Solver to the App Gallery #61

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jhrcook
Copy link

@jhrcook jhrcook commented Jan 9, 2021

I have added a link to an article I wrote on deploying a Streamlit app to Heroku using Docker and GitHub Actions to the Resources page.I believe it is "awesome" because it provides clear, step-by-step instructions on how to easily deploy a web application for free. It shows how to get these 4 technologies (Streamlit, Heroku, Docker, and GitHub Actions) to work together.

I also added my Sudoku Solver application to the gallery. I believe it is "awesome" because it presents another mode of user interaction available via Streamlit. Also, it provides an accessible and understandable example of the "awesome" Python optimization library Pyomo in action.

Please let me know if there are any changes required to accept this PR.

Thank you for creating and maintaining this great resource!

- also update README
- fix minor typos in README
- add `conda` to activation command for conda virtual env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant