Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

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

License

Notifications You must be signed in to change notification settings

yangguoIce/CyberTest2022

 
 

Repository files navigation

Watchlist

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

Demo: http://watchlist.helloflask.com

Screenshot

Installation

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/

License

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.6%
  • HTML 19.4%
  • CSS 8.8%
  • Shell 0.2%