So I took a look at my dbs and this is what showed up. Looks like the access privileges are missing?
Also tried dropping db and creating it a couple times and same error persists.
Edit: Deleted the database and created it again and modified with access privileges and I can see that it is now granted access privileges but still no dice.
Edit: also cannot post anymore for my first day
LAST EDIT: I finally found the issue. I had postgresql installed in my Windows OS and it was set to default at port 5432 and Linux was not letting me change the port. After making sure my permissions and server were up and running I was finally able to run bundle exec and get everything spun up.