Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 190 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 190 Bytes

Whelp-Task

1. FastAPI project

uvicorn main:app --reload

2. Celery worker in background.

celery -A tasks.tasks worker --loglevel=info

3. Unit Tests

python -m pytest tests/tests.py