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 trial

Development Tools Database Foundations Installing MySQL Server and MySQL Workbench Introduction to MySQL Server and Workbench

Tati Belikova
Tati Belikova
14,117 Points

Uploading 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
Lydia Fung
7,111 Points

If 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
Garrett Carver
14,681 Points

sweet! I'll keep that in mind!

Tati Belikova
Tati Belikova
14,117 Points

Lydia Fung thanks. i was looking for something like that to just put out demo projects. gonna try this.

Garrett Carver
Garrett Carver
14,681 Points

I haven't done this before, but here's a guide that could maybe help you...