ethanchewy / PythonBuddy

1st Online Python Editor With Live Syntax Checking and Execution
https://pythonbuddy.com
BSD 3-Clause "New" or "Revised" License
277 stars 84 forks source link

Deployment on Vercel #64

Open Siddhant-K-code opened 2 years ago

Siddhant-K-code commented 2 years ago

Is your feature request related to a problem? Please describe. For easy usage to users, we can deploy it on vercel @vercel

Describe the solution you'd like Using this: https://vercel.com/docs/runtimes#official-runtimes/python

Describe alternatives you've considered Heroku Can be used, but it is difficult to configure. Also, its response time is slower in some regions.

ethanchewy commented 2 years ago

I've deployed this before on DigitalOcean as well as Google Cloud platform. See: https://github.com/ethanchewy/PythonBuddy#secure-sandboxed-version-using-docker

^This might be helpful for Vercel deployment