cd docker-compose && docker-compose up -d
- And go to
http://localhost:5000/docs
or testing on Postman forlocalhost:5000
- go to
/src
and 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