Best Flask open-source libraries and packages

Flask_blog_app

Blog App using Python Flask
Updated 2 years ago

Blogging Application Using Flask forthebadge Flask

Under this project, some of the following integrations are showcased:

  • Jinja Templating
  • Flask SQLAlchemy
  • Flask Mail
  • Admin Authentication
  • Session Variable
  • Admin Dashboard
  • CRUD Operations
  • Slug Field Usage
  • File Uploader
  • Pagination
  • Alerts and Message Flash
  • Config JSON

Installing Dependencies:

  • Open Terminal or CMD, then Type pip install flask Flask-SQLAlchemy Flask-Mail
  • If you are not using any VPS, download XAMPP and start Apache and MySql Service.
  • In PhpMyAdmin create a Database name CodeTalks and Import codetalks.sql from downloaded file

ThankYou!