[INSERT SERVER DESCRIPTION] server for sp-api-v3 This server meant micro service to [DO SOMETHING].
- Poetry(1.2.0)
- Python(>=3.10.X) (we recommend uses pyenv)
pyenv local 3.10.5
(optional: poetry config virtualenvs.in-project true --local)
poetry env use 3.10.5 (or python)
poetry install
cd server
poetry run python main.py