# flask_demo **Repository Path**: wang-chunlong/flask_demo ## Basic Information - **Project Name**: flask_demo - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-15 - **Last Updated**: 2021-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flask app demo ## migrate ```commandline flask db init flask db migrate flask db upgrade ``` ## run ```commandline flask run ```