简体   繁体   中英

Deploy python flask project into a website

So I recently finished my python project, grabbing values from an API and put it into my website.

Now I have no clue how I actually start the website (finding a host) and making it accessible to other people, I thought turning to here might find the solution.

I have done a good amount of research, tried "pythonanywhere" and "google app engine" but seem to not really find a solution.

I was hoping to be able to use "hostinger" as a host, as they have a good price and a good host. Contacted them but they said that they couldn't, though I could upload it to a VPS (which they have). Would it work for me to upload my files to this VPS and therefor get it to a website? or should I use another host?

A VPS would work, but you'll need to understand basic linux server admin to get things setup properly.

Sounds like you don't have any experience with server admin, so something like App Engine would be great for you. There are a ton of tutorials on the internet for deploying flask to GAE.

I just deployed my first app and used Heroku . I'm very happy with it so far and it was fairly straight forward to set up. It does require a basic git understanding but was not hard to learn

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM