mgw / app.py

Commit History

feat: add a docstring for text_stemming(), refactor its return values to be more meaningful
38afa8f

alessandro trinca tornidor commited on

feat: move the business logic from app.py to my_ghost_writer/text_parsers.py
bdf96a7

alessandro trinca tornidor commited on

refactor: rename occurrences of "word frequency" to "words frequency"
8137781

alessandro trinca tornidor commited on

feat: use os.getenv() the right way with load_dotenv() within constant.py
a8085eb

alessandro trinca tornidor commited on

ci: consistent management of DOMAIN variable between backend and frontend
0034bb5

alessandro trinca tornidor commited on

feat: add log about ALLOWED_ORIGINS, update template.env
6fad7aa

alessandro trinca tornidor commited on

feat: use structlog with asgi-correlation-id; force python < 4.0.0 in pyproject.toml
c98ad9f

alessandro trinca tornidor commited on

feat: add a basic fastapi webserver
db1a318

alessandro trinca tornidor commited on