Skip to content

521xueweihan/hellogithub.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


此项目为 HelloGitHub.com 官网源码
HelloGitHub 分享 GitHub 上有趣、入门级的开源项目。

WeiXin GitHub stars GitHub issues Sina Weibo

简介

本项目采用:Python + Flask + MySQL + Redis 构建。

既然网站内容是开源项目推荐,那么索性就把代码也开源了。 重构中...

运行

  1. 下载:git clone [email protected]:521xueweihan/hellogithub.com.git
  2. 部署环境:切换到项目目录,执行 poetry install 安装依赖
  3. 运行:
    • 第一种:poetry run flask run
    • 第二种:poetry run python run.py

项目结构

├── README.md
├── config.py
├── doc
│   ├── hellogithub.gif
│   └── log.md
├── poetry.lock
├── pyproject.toml
├── run.py
└── website
    ├── __init__.py
    ├── home.py
    ├── static
    │   └── css
    │       └── index.css
    └── templates
        └── index.html

声明

知识共享许可协议
本作品采用 署名-非商业性使用-禁止演绎 4.0 国际 进行许可。

联系我