A blog (CMS) with entire back-end in Python (Flask)
- 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
(or127.0.0.1:5000
)
This blog was made following Corey Shafer's Python Flask Tutorial series.