Skip to content

GitauHarrison/bolder-project-1-personal-blog-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Blog Tutorial

This project is used in my Make A Personal Blog tutorial series. Intentionally, I embark on showing how building a personal blog can be a fun side project to learn Flask and web development in general. If you can build your own blog from scratch, why use a template?

To run the application on your machine, clone this project:

$ git clone git@github.com:GitauHarrison/personal-blog-tutorial-project.git

Create and activate your virtual environment:

$ mkvirtualenv personal_blog # I am using a virtualenv wrapper

Install the dependancies used:

$ pip3 install -r requirements.txt

Run the application:

$ flask run

Paste http://127.0.0.1:5000/ on your browser's address bar to see the output.

About

This project is used in my Build a Personal Blog tutorial series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published