heroku create project-name-here-yo (a unique name can be declared, use dashes to make it more likely to not be taken)
git push heroku master
(make sure you have heroku and heroku cli tools installed/saved as dependencies)
heroku addons:create heroku-postgresql:hobby-dev