You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
439 B
14 lines
439 B
# Steps to Create and Deploy:
|
|
|
|
1. fork this repo
|
|
1. clone your fork of this repo onto your local computer
|
|
1. `cd` into the local repo
|
|
1. run `heroku create`
|
|
1. run `git push heroku master`
|
|
1. go to heroku.com in your browser and sign in
|
|
1. find this newly created heroku app in your list of available apps and click on it
|
|
1. go to resources
|
|
1. search for postgres and choose Heroku Postgres
|
|
1. choose "Hobby Dev - Free"
|
|
1. click provision
|