• Stars
    star
    758
  • Rank 57,561 (Top 2 %)
  • Language
    CSS
  • Created almost 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

旧 HelloGitHub.com 网站源码


此项目为 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 国际 进行许可。

联系我