Workflow tips, coding logic in a route

This page summarizes the projects mentioned and recommended in the original post on /r/flask

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cookiecutter-flask

    A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.

  • Well look, I would encourage you to, and it's easy to, start from a position of knowing that your code will run on a server. You could use cookiecutter-flask, or you could just find a heroku template for a Flask app - cloning it and deploying it becomes quite simple, and it is helpful (IMO) to know for a fact that everything you're doing is going to work fine on the server, and to grow accustomed to working in a "I'm going to push this feature to the server when it's finished" type of workflow.

  • heroku-basic-flask

    Example of deploying a Python Flask app onto Heroku

  • Well look, I would encourage you to, and it's easy to, start from a position of knowing that your code will run on a server. You could use cookiecutter-flask, or you could just find a heroku template for a Flask app - cloning it and deploying it becomes quite simple, and it is helpful (IMO) to know for a fact that everything you're doing is going to work fine on the server, and to grow accustomed to working in a "I'm going to push this feature to the server when it's finished" type of workflow.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts