# flask-helloworld **Repository Path**: thiswind/flask-helloworld ## Basic Information - **Project Name**: flask-helloworld - **Description**: A flask-helloworld app - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-07 - **Last Updated**: 2021-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A Helloworld webapp in Flask ============================ A basically hellowworld web application, used for testing. ## Install ```bash pip install -r requirements.txt ``` ## RUN ```bash python main.py ```