Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 762 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 762 Bytes

Market-Admin

market-admin is a Market background management system with fastapi.

Code style: black

Contents

Installation

  1. Get the project
go -get https://github.com/Huangkai1008/market-admin
  1. Make sure you have installed poetry
pip install poetry

Usage

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

License

MIT