Where to deploy real estate web app (django + django rest framework + reactjs + postgresql) with many images (kind of zillow.com)? [closed]
I developed a real estate web application with following design: database: postgresql backend: django, django rest framework frontend: reactjs.
This app is a real estate application something like www.zillow.com. The idea is following: User registers on the platform, logs in to her/his account and publishes her/his properties. There can be uploaded up to 20 images and 1 obligatory video mp4 for every property.
The images and video are stored in backend media/images and media/videos and their urls are stored in postgresql.
As there are many platforms such as AWS, DigitalOcean, Render, fly.io, Vercel, Heroku, etc. I am not sure which one I should pick up for my project (Django, django rest framework, postgresql, reactjs). Moreover, in spite of the pricing of platforms, I am not able to predict my monthly costs. Also, I am not able to find any video tutorial on youtube which fulfills my expectations. In other words, everything bad :))
My requirements should be: lower costs, fast loading images, easy configuration, easy scalability.
I only have a basic/junior experience with web development. In fact, I only deployed MERN app on fly.io since it was recommended in a module/course at the university. Otherweise, I have only developed app on my localhost without deploying them on internet.
Would you be please so kind to give me some clear information/recommendations?
Thank you very much.
Tomas
I have not deployed the app yet. I only watched some videos on youtube but I am still not sure.