Skip to content

Just a simple tutorial on how create a Blog with Flask

Notifications You must be signed in to change notification settings

topix-hackademy/blog-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog - Flask Tutorial

This is just a simple tutorial on how create a simple blog with Flask.

Requirements

Create a virtualenv:

virtualenv env
source env/bin/activate

After the activation, install the requirements:

pip install -r requirements.txt

Run

You can simply run the web server using:

python main.py

Check out your browser on http://localhost:5000.

About

Just a simple tutorial on how create a Blog with Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published