Files
open_dbm/rest_api/Makefile-poetry

6 lines
79 B
Plaintext

dev:
cd app && poetry run uvicorn main:app --reload
test:
poetry run pytest