Example application for flask tutorial "Flask 入门教程".
Demo: http://watchlist.helloflask.com
clone:
$ git clone https://github.com/helloflask/watchlist.git
$ cd watchlist
create & active virtual enviroment then install dependencies:
$ python3 -m venv env # use `python ...` on Windows
$ source env/bin/activate # use `env\Scripts\activate` on Windows
(env) $ pip install -r requirements.txt
generate fake data then run:
(env) $ flask forge
(env) $ flask run
* Running on http://127.0.0.1:5000/
This project is licensed under the MIT License (see the LICENSE file for details).