From 62a167a46115e58e95a497d2d530836dfb922a70 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 26 Sep 2020 01:43:34 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6779e24..522b82c 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,14 @@ go to http://localhost:3000/ to view local app (note this uses your local databa 1. exit heroku psql with `\q` 1. run `git push heroku master` 1. run `heroku open` to see app (note this uses your heroku postgres database, which will have different data than your local db) + +## Rerunning local after initial set up + +Open PostgresApp and start the db + +In terminal: + +1. Go to repo root dir +1. Run `nodemon` + +In Browser go to http://localhost:3000/