cd docker-compose && docker-compose up -d- And go to
http://localhost:5000/docsor testing on Postman forlocalhost:5000
- go to
/srcand createvenv
python -m venv venv && . ./venv/bin/activate
- upgrade pip and install poetry
pip install poetry
- req install from
pyproject.toml
poetry install
- GO TEST
pytest -s