Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A simple message board application build with Flask.

License

Notifications You must be signed in to change notification settings

taokingithub/sayhello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

10 Commits

Repository files navigation

SayHello

Say hello to the world.

Demo: http://sayhello.helloflask.com

Screenshot

Installation

$ git clone https://github.com/greyli/sayhello.git
$ cd sayhello
$ pipenv install --dev
$ pipenv shell
$ flask forge
$ flask run
* Running on http://127.0.0.1:5000/

For Chinese Readers of My Flask Book

这个仓库包含《Flask Web开发实战》第7章的示例程序SayHello的源码。

仓库中的Git标签(tag)按照书中的章节推进设置,你可以在书中相应位置看到对应标签的签出提示。请阅读前言中的《如何使用示例程序》一节了解具体操作。

如果执行pipenv install命令安装依赖耗时太长,你可以考虑使用国内的PyPI镜像源,比如:

$ pipenv install --dev --pypi-mirror https://mirrors.aliyun.com/pypi/simple

License

This project is licensed under the MIT License (see the LICENSE file for details).

About

A simple message board application build with Flask.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.1%
  • Python 3.8%
  • HTML 1.8%
  • CSS 0.3%

AltStyle によって変換されたページ (->オリジナル) /