- pre-commit hook.
$ pre-commit install
- install requirements.
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
- You should create "settings.yaml" in root, copy "settings.yaml.example" into "settings.yaml" and specify credentials.
$ python main.py
- API docs (swagger) you can see on
http://<Service Host>/docs