# nano_enzy **Repository Path**: godev/nano_enzy ## Basic Information - **Project Name**: nano_enzy - **Description**: 安徽中医药大学智能纳米酶文献研究团队 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-08 - **Last Updated**: 2024-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运行流程 ## 数据库初始化或更新 - rm -rf migrations nano_enzyme.db - flask db init && flask db migrate && flask db upgrade ## 网站运行 - flask run ## 浏览器打开http://127.0.0.1:5000/即可