Python Flask Authentication

This repository contains the code used in the Python Flask Authentication video uploaded on my YouTube channel.

Installation

Use the package manager pip to install the required dependencies

Windows:
pip install -r requirements.txt 
macOS/Linux:
pip3 install -r requirements.txt

Usage

Windows:
python app.py
macOS/Linux:
python3 app.py