to get databse running, create psql database called "landlordia" test with bundle exec pry -r './config/environment.rb' in root directory, call Test.all in pry and see if it queries server
bundle install
shotgun -p 3000 -o 0.0.0.0
- Visit
http://localhost:3000/
in your browser