Python Forum
Looking for a well-designed web-app with Flask - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Looking for a well-designed web-app with Flask (/thread-23471.html)



Looking for a well-designed web-app with Flask - ziliboba - Dec-31-2019

I am looking for a well-designed web-app with Flask which I could consider as an example of good design (I mean code and app design, not UI). It would be also helpful if that web-app had registration and login forms, this is what I am working on now, would like to see how it is done in well designed apps.


RE: Looking for a well-designed web-app with Flask - Larz60+ - Jan-01-2020

look at the app developed by Michael Grinberg (end result of tutorial (you can download github code from last lesson))
url: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
github: https://github.com/miguelgrinberg/microblog