DEV Community

Discussion on: Deploying a React (with Redux)/Rails app with Netlify/Heroku

Collapse
 
monfernape profile image
Usman Khalil

I've a question. Does Heroku provides database as well?

Collapse
 
sharkham profile image
Sam Markham

It does, yes! I think it's automatically created during the heroku create step, and I found a stack overflow article about how to access it here. (I know there's a way to access it in the rails console from the command line too using the heroku CLI but I can't find those commands right now!)

Collapse
 
monfernape profile image
Usman Khalil

Extremely helpful. I always wondered how MongoDB had Atlas but how do we go about other services. Thank you