schaufenster/service/Makefile

7 lines
61 B
Makefile

serve:
gunicorn --reload api.main:app
test:
pytest tests