Vinayak Nishant

Deploy Flask App on VPS

In this article, we will deploy Flask Application onto a Virtual Private Server (VPS) using Apache Webserver Software and mod_wsgi WSGI. What is VPS? VPS, which stands for Virtual Private Server, is a virtual machine sold as a service by various hosting companies. You can think of it similar to laptop CPU hardware but in …

Deploy Flask App on VPS Read More »

Flask User Authentication – How to Setup User Login in Flask?

In this article, we will code Flask user authentication using the Flask-Login Library and SQLAlchemy. So let’s get started! Nowadays, almost all the websites have user authentication systems coded into them. We can set-up an account with user authentication either directly or via a third-party like Google, Facebook. Apple etc. A typical user login page …

Flask User Authentication – How to Setup User Login in Flask? Read More »