Best Flask open-source libraries and packages

FlickBlog

A CRUD blog with forget password recovery and optimized image upload features built using the web application framework Flask.
Updated 2 years ago

Flask Blog

Frontend

Nothing fancy, good old Bootstrap CSS.

Backend

Used Flask, and sqllite db. Flask-SQLAlchemy provides an ORM for the db.

How to Use

Head to the root directory. Create virtual environment. Start Python from command line. Then:

>>> from flask_blog import db
>>> db.create_all()
>>> exit()

After that,

>>> python run.py

Head to localhost:5000.

Tags password