Skip to content

MyBlog is a python and Flask micro web framework web application.

Notifications You must be signed in to change notification settings

VishalKr007/myblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myblog

MyBlog is a blog Web Application built on python and Flask micro web framework with jinja2 templates engine.

Link Of WebApp

vk7.pythonanywhere.com

Steps to run MyBlog application -

  1. install the app from the root of the project directory using the command below

      pip install --editable .
    
  2. initialize the database with this command:

      flask initdb
    
  3. Instructing flask to use the correct application:

    set FLASK_APP=myblog

  4. now Run the myblog Application:

    flask run

  5. Now open the browser and enter the following address:

    http://localhost:5000/
    

About

MyBlog is a python and Flask micro web framework web application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published