You can find the documentation here.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pytest --cov=fastapi_rest_jsonapi --cov-report html tests/
pytest
uvicorn example.app:app --reload
| Name | Name | Last commit date | ||
|---|---|---|---|---|
You can find the documentation here.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pytest --cov=fastapi_rest_jsonapi --cov-report html tests/
pytest
uvicorn example.app:app --reload