Search code examples
reactjsflaskdeploymentvercel

Vercel - Deploy Flask Backend + React Frontend


I have a webapp that has React frontend with a Flask backend. I want to deploy this application onto a tool called Vercel. Can someone point me to an example tutorial/setup/example Github Repository that accomplishes this task


Solution

  • As far as I know, you can't deploy the Flask back-end on Vercel. I am not familiar with Flask, but I checked right now and you can deploy your Flask back-end server on railway.app. Then hit from your front-end that you can deploy on Vercel.