Skip to content

flaviomicheletti/python-fastapi

Repository files navigation

image

Some good examples of using the FASTAPI framework.

Instalation

// your env
python3 -m venv .venv &&  . .venv/bin/activate

// in the first time
pip install fastapi
pip install uvicorn
pip install pytest
pip install httpx

// or
pip install -r requirements.txt

// run
uvicorn main:app --reload

Try

Tests

Run the tests on each folder separately!

pytest
pytest -rP
python -m pytest test_main.py
pytest --cov . --cov-report html

Articles

Next

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published