Files
open_dbm/rest_api/Makefile

6 lines
57 B
Makefile

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