From 931ccf6638a9704268d513b5ce23d2d13a4132f2 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 26 Sep 2020 01:25:11 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 577099e..4e2b42e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## set up local -## local postgres +### local postgres 1. open your postgres app and start the db server 1. in the postgres app, double click one of the existing databases to enter `psql` @@ -29,12 +29,15 @@ Now start spring: ./mvnw spring-boot:run ``` +### in your browser + +go to http://localhost:8080/ to view local app (note this uses your local postgres database) + ## set up heroku ### in your terminal 1. run `heroku create` (take note of the app name for later) -1. run `git push heroku master` ### in your browser @@ -45,3 +48,7 @@ Now start spring: 1. choose "Hobby Dev - Free" 1. click provision +### in your terminal + +1. run `git push heroku master` +1. run `heroku open` to see app