Skip to content

dsk52/routepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Routepy

Goal

PythonのフレームワークFlaskを使ってルーティングを行い、幾つかのページの表示とか404とか改めておさらいする。

Other goals

  • テンプレートエンジンのjinja 2も使おう。
  • pep8で怒られながらもちゃんと書く。

Env

  • Python 3.6.0

Example

// Activate virtualenv and do this command.
> pip install

> python app.py

check json response

$ curl -X GET 'http://0.0.0.0:5000/hogesearch'

Releases

No releases published

Packages

No packages published