So I have a few projects I have deployed from my bootcamp experience that have a frontend based upon ‘Netlify’, and a backend that is running ‘json-server’ on Heroku.
Obviously, I want to move over my existing Heroku based repos running ‘json-server’ to use Render instead.
Is there an similar way to do this on Render.com where I can use an existing template to run ‘json-server’ and modify the second GitHub repo accordingly to reflect the new API endpoints for Render?