market-admin is a Market background management system with fastapi.
- Get the project
go -get https://github.com/Huangkai1008/market-admin
- Make sure you have installed poetry
pip install poetry
poetry install # Add the libs
poetry shell # Start the virtualenvs
uvicorn app.main:app --reload # Start the uvicorn server