Update README.md

pull/1/head
Matt Huntington 5 years ago committed by GitHub
parent 3f2e0998f7
commit d81ffe8791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,3 +95,16 @@ Instead of `matthuntington` insert your computer's username (what you found when
1. `INSERT INTO people ( name, age ) VALUES ( 'Sally', 54 );` 1. `INSERT INTO people ( name, age ) VALUES ( 'Sally', 54 );`
1. `INSERT INTO people ( name, age ) VALUES ( 'Zanthar', 4892 );` 1. `INSERT INTO people ( name, age ) VALUES ( 'Zanthar', 4892 );`
1. exit heroku psql with `\q` 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 Postgres app and start the db
In terminal:
1. Go to repo root dir
1. Run `php artisan serve`
In Browser go to http://localhost:8000/index.html

Loading…
Cancel
Save