Building a Python Flask App with Gunicorn and PostgreSQL as a Database Backend
Introduction Hi Folks! In this post you will learn how to create from scratch your own application that will use the database backend. In my case I choose Python as a programming language together with Flask and Gunicorn and as a database I used PostgreSQL. Python Flask stands out as a lightweight web framework that … Read more