Hi there,
Because Heroku removed their free tier, I will be transitioning all of my full stack apps to Render.com. I am posting here to get some advice on how one of my projects should be set up.
Tech Stack:
- React Frontend
- Flask Backend
- Postgres Database
- AWS S3 bucket for image storage
After skimming thorough some of the Render docs, I am not sure what the best approach would be. I seems I will need to set up a Postgres database through Render for sure but for the rest of the above, should I:
-
Set up a separate web service for each of the above. If I do this, does each service needs its own github repo or can they live within one repo?
-
Use a blueprint? Seems like I could use this to set up every service with one build file. Seems like the best option.