Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTati Belikova
14,117 PointsUploading web app to the server
Are there any good resources where I can learn how to upload my web (built in python with Flask) app to the server (Not local server)??? Or maybe someone who have done it already can share?
2 Answers
Lydia Fung
7,111 PointsIf you want something quick and easy, you may want to try Heroku which is a PaaS.
Follow this Heroku guide using flask and you can deploy your app within minutes: https://devcenter.heroku.com/articles/getting-started-with-python-o
Garrett Carver
14,681 PointsI haven't done this before, but here's a guide that could maybe help you...
Garrett Carver
14,681 PointsGarrett Carver
14,681 Pointssweet! I'll keep that in mind!
Tati Belikova
14,117 PointsTati Belikova
14,117 PointsLydia Fung thanks. i was looking for something like that to just put out demo projects. gonna try this.