How to set up app with Rails backend and React frontend?

Hello!

I’m new to Render as I was taught how to use Heroku but couldn’t continue using them because they removed their free option. Basically I’m just not sure how to set up an app on Render that has Ruby on Rails for the back-end with postgreSQL and React.js for the front-end.

If anyone can help me out with some tips that would be much appreciated! Thank you!

Hey,

Here’s what I would do:

  1. Create a “Web Service” and deploy your Rails backend: https://render.com/docs/deploy-rails
  2. Create a “Postgres” service for your database: https://render.com/docs/databases
  3. Create a “Static Site” service to deploy your React frontend: https://render.com/docs/deploy-create-react-app

Jérémy, Render Support

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.