Skip to content

pathak-ashutosh/flask-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-blog

A blog (CMS) with entire back-end in Python (Flask)

How to run:

  • Download or clone this repository to your local machine.
  • Open terminal and cd to the cloned directory.
  • Install dependencies:
    • install them directly using requirements.txt, or
    • install them one-by-one
  • Run from terminal the following command: python run.py once all dependencies are installed.
  • The application runs on localhost:5000 (or 127.0.0.1:5000)

This blog was made following Corey Shafer's Python Flask Tutorial series.