A python API and portal for the New Born Screening project at SDGS
This repository contains the example application for my Two Factor Authentication with Flask blog article.
To install your application on your computer follow these steps:
pip install -r requirements.txt
to import all the dependencies.python app.py
.http://localhost:5000
in your address bar to connect to the application.See my blog post for detailed information on how this application works.