Everything seems good up until this point ... when I enter $ rails server , I get this error when visiting http://localhost:3000/drinks
thanks for any help!
Hi kieff,
Stop your server.Run the command on that screen: bin/rails db:migrateStart your server again.
bin/rails db:migrate
Hopefully that should fix everything for you.