From ef9aaf1ad8bc17649252f466bc28acc3c23f4b58 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 30 Aug 2020 20:28:20 -0400 Subject: [PATCH] readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a8dfdd --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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