Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 590 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 590 Bytes

NikkiAPI

一个基于FASTAPI框架开发的闪耀暖暖题库API


部署方法

  • 第一步

    git clone https://github.com/nix18/NikkiAPI.git

    cd NikkiAPI

  • 第二步

    pip install -r requirements.txt

  • 第三步

    python app.py

需要Python3.6及以上版本

默认运行在0.0.0.0:80,如需修改,请修改app.py中的uvicorn.run(app, host="0.0.0.0", port=80)

API文档地址:http://0.0.0.0:80/docs

License

Apache License 2.0

作者博客

MoeCola.com