Best Flask open-source libraries and packages

Flask basic app

A basic application that displays Flash Cards created in a json file array used as the database and displays them on the web page created in Flask and the Jinja template for learning purposes.
Updated 1 year ago

flask-basic-app

Description

A basic application that displays Flash Cards created in a json file array used as the database and displays them on the web page using Jinja template to render html files. This Flask app was created to understand and practice concepts in Flask.