# learn **Repository Path**: liucodes/learn ## Basic Information - **Project Name**: learn - **Description**: fastapi+vue测试项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-07-01 - **Last Updated**: 2025-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 数据库设计思路 各种语言 linux,python 题型 选择题 题目一列,每个选项一列,答案一列 应用题 题目一列,答案一列 两个表 q_choice question,A,B,C,D,answer,language,type q_word, question,answer,language,type 页面设计 页面一:插入页面 页面二:展示各种题型的页面 前端运行 cd page npm run dev vue项目 后端运行 python main.py fastapi后端框架