Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 641 Bytes

README_ZH.md

File metadata and controls

33 lines (23 loc) · 641 Bytes

Market-Admin

market-admin 是一个使用fastapi搭建的商城后台管理系统.

Contents

安装

  1. 获取项目源代码
go -get https://github.com/Huangkai1008/market-admin
  1. 确保你安装了poetry
pip install poetry

使用

poetry install                  # Add the libs
poetry shell                    # Start the virtualenvs
uvicorn app.main:app --reload   # Start the uvicorn server

许可证

MIT