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

Appearance settings
forked from greyli/sayhello

A simple message board application build with Flask.

License

Notifications You must be signed in to change notification settings

SelfImpro/sayhello

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SayHello

Say hello to the world.

Example application for Python Web Development with Flask (《Flask Web 开发实战》).

Demo: http://sayhello.helloflask.com

Screenshot

Installation

clone:

$ git clone https://github.com/greyli/sayhello.git
$ cd sayhello

create & activate virtual env then install dependency:

with venv/virtualenv + pip:

$ python -m venv env  # use `virtualenv env` for Python2, use `python3 ...` for Python3 on Linux & macOS
$ source env/bin/activate  # use `env\Scripts\activate` on Windows
$ pip install -r requirements.txt

or with Pipenv:

$ pipenv install --dev
$ pipenv shell

generate fake data then run:

$ flask forge
$ flask run
* Running on http://127.0.0.1:5000/

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%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.