Flask Best Practices for Deployment - Simple, production-ready Codebase focused on security (WIP)
Proper and standard Flask project structure
What are the best practices and standard conventions for routes?
Best flask api structure
Hi guys, so I'm having an interview tomorrow, and they will ask me to make a restful api on flask, I do have knowledge on the framework, but wanted to ask you, what do you think is the best way to perform this task? in terms of making separate files for routes, services, models, etc... would really appreciate any help you may offer
Many years I work as a java developer. I used to live with clear structure of project, with standard naming on my classes and so on. I would like to write some pet (web) project on python just to try something new. Is there any example of proper standard structure for a flask based web project? I tried to find it on my own but most samples are just 4 files project with basic crud and template