run the following command to start the web server: uvicorn main:app --reload
https://devcenter.heroku.com/articles/heroku-cli
brew tap heroku/brew && brew install heroku
git push heroku main
run the following command to start the web server: uvicorn main:app --reload
https://devcenter.heroku.com/articles/heroku-cli
brew tap heroku/brew && brew install heroku
git push heroku main