This repository contains the code used in the Python Flask Authentication video uploaded on my YouTube channel.
Use the package manager pip to install the required dependencies
pip install -r requirements.txt
pip3 install -r requirements.txt
python app.py
python3 app.py