Text summarizer app built with Python, FastAPI, Docker, PostgreSQL, Tortoise ORM, aerich and Pytest, applying TDD.
https://intense-plains-24487.herokuapp.com/docs
$ docker-compose up -d
$ docker-compose exec web aerich upgrade
$ docker-compose exec web python -m pytest
$ docker-compose exec web python -m pytest --cov="."
$ docker-compose exec web flake8 .
$ docker-compose exec web black .
$ docker-compose exec web isort .