Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 848 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 848 Bytes

gitscratch-backend-flask

GitScratch 的社区后端。

996.icu LICENSE

安装依赖 / Installing Requirement

pip install -r requirements.txt

请自行下载 MaxMind GeoLite2-City.mmdb 文件,并将其放置在 geolite2 目录下。 需要在工作区根目录下创建 commitsassets 文件夹

启动 / Start

sh ./start_prod.sh

调试 / Debugging

特别地,如果你想以开发环境运行:

sh ./start_dev.sh

TODO

  • 头像上传
  • 作品保存
  • 作品发布
  • 作品加密
  • .......