iColdPlayer / Flask

Flask project

Home Page:http://localhost:5000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Blog Using Flask

Here are some example simple blog using Flask.

Installation

# clone the repository into your local machine
$ git clone https://github.com/icoldplayer/flask.git

# move to flask directory
$ cd flask

# create your own virtual environment
$ python -m venv env

# then activate it
$ source env/bin/activate

# export your app 
(env)$ export FLASK_APP=flask

# export environment mode
(env)$ export FLASK_ENV=development

# and run it.
(env)$ flask run

visit localhost:5000 on your browser, and you're ready to go.

That's all.

About

Flask project

http://localhost:5000


Languages

Language:Python 99.4%Language:CSS 0.2%Language:HTML 0.2%Language:JavaScript 0.1%Language:C 0.1%Language:TSQL 0.0%