# 知识站! **Repository Path**: lwf808/knowledge-station ## Basic Information - **Project Name**: 知识站! - **Description**: 搭建一个适合学习的简易的服务器 - **Primary Language**: HTML - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-02 - **Last Updated**: 2025-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 知识站! #### 介绍 这是一个用于学习的简易服务器搭建项目。 #### 软件架构 项目主要由以下几个部分组成: - FastAPI: 提供Web服务。 - 静态文件服务: 提供HTML、CSS和JavaScript文件。 - Git hooks: 用于自动化部署。 #### 安装教程 1. 安装FastAPI: `pip install fastapi` 2. 安装Uvicorn: `pip install uvicorn` 3. 安装Git: `sudo apt-get install git` #### 使用说明 1. 启动FastAPI服务器: `uvicorn fastapi.main:app --reload` 2. 访问首页: 打开浏览器并访问`http://localhost:8000` 3. 查看静态文件: 访问`http://localhost:8000/static/{file_name}` #### 参与贡献 1. Fork本仓库 2. 新建Feat_xxx分支 3. 提交代码 4. 新建Pull Request #### 特技 1. 使用Readme_XXX.md来支持不同的语言,例如Readme_en.md, Readme_zh.md 2. Gitee官方博客[blog.gitee.com](https://blog.gitee.com) 3. 你可以[https://gitee.com/explore](https://gitee.com/explore)这个地址来了解Gitee上的优秀开源项目 4. [GVP](https://gitee.com/gvp)全称是Gitee最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee官方提供的使用手册[https://gitee.com/help](https://gitee.com/help) 6. Gitee封面人物是一档用来展示Gitee会员风采的栏目[https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)