Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 511 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 511 Bytes

Watchlist

Example application for flask tutorial "Flask 入门教程".

Demo: http://watchlist.helloflask.com

Screenshot

Installation

$ git clone https://github.com/greyli/watchlist.git
$ cd watchlist
$ pipenv install --dev
$ pipenv shell
$ 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).