market-admin 是一个使用fastapi搭建的商城后台管理系统.
- 获取项目源代码
go -get https://github.com/Huangkai1008/market-admin
- 确保你安装了poetry
pip install poetry
poetry install # Add the libs
poetry shell # Start the virtualenvs
uvicorn app.main:app --reload # Start the uvicorn server