# watchlist **Repository Path**: tu-ne/watchlist ## Basic Information - **Project Name**: watchlist - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-18 - **Last Updated**: 2025-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Watchlist Example application for flask tutorial "[Flask 入门教程](https://helloflask.com/book/3)". Demo: http://watchlist.helloflask.com ![Screenshot](https://helloflask.com/screenshots/watchlist.png) ## 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](LICENSE) file for details).