10
codvlpr
3y

Guys, Recently I have started working on a project with a very tight deadline, and the requirement from the client was to build the application in Python - Flask; So I was browsing for a bare minimum implementation of Flask with Docker and postgres just like the perks we get in Django but unfortunately couldn't find any so I have crafted something on my own to help other developers in future.

Here is a very simple Flask with almost everything to get you started with your next project, feel free to use or contribute - https://github.com/codvlpr/dlask

Comments
  • 3
    I like Flask. It is nice to work with.
  • 0
    I recall seeing docker images like you needed, I might be wrong.
  • 1
    If you like the flask way of doing things maybe look at fastapi. It's got some really nice validation and auto doc features
Add Comment