Skip to content

Commit

Permalink
add flowchart to README #4 #14 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl committed Apr 11, 2024
1 parent 94ce972 commit 9cfd4f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
- Your dependencies must be placed in the `requirements.txt` file
- Do not edit any of the other files or your code may not deploy properly

## Creating the Heroku app
## Flow

![Program flowchart](readme-pics/dinner-party-flow.jpg)

## Deployment to Heroku

1. Create a list of requirements by going to the terminal and typing `pip3 freeze > requirements.txt`. This popuplates your `requirements.txt` file with the list of required files.<br>
Push your changes to GitHub.
Expand Down
Binary file added readme-pics/dinner-party-flow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9cfd4f7

Please sign in to comment.