Skip to content

sachinyadav3496/FlaskBlogProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Blog Project

Requirements

python version above 3.6

flask version 1.x or greater (jinja and other dependencies)

pymysql  module for database connectivity

you should have a working database connection on localhost having 

    database blog
    user blog, password blog
    tables users, blogs
    for Schema check Database.ipynb notebook

how to run project

open terminal in current repository

# python app.py