Skip to content

pranavarora1895/flask_blog_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!