# duckflame_flask **Repository Path**: QUSTdarkflame/duckflame_flask ## Basic Information - **Project Name**: duckflame_flask - **Description**: No description available - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Project duckflame @ZhiYang Web Programming with Python and JavaScript 1. You need to install some required items in the requirements.txt. --pip3 install requiremnts.txt 2. You need to set the environment in bash or shell: --export FLASK_APP=application.py --export SECERET_KEY=SECERET_KEY(default) 3. Enter the command: flask run in your bash/shell at the working directory.