language-learning-app/api/app
2026-04-08 20:50:26 +01:00
..
domain feat: Endpoints to manage your account. 2026-04-08 20:50:26 +01:00
outbound feat: Endpoints to manage your account. 2026-04-08 20:50:26 +01:00
routers feat: Endpoints to manage your account. 2026-04-08 20:50:26 +01:00
services Start architecting things into domain driven design / hexagonal architecture 2026-03-25 21:10:10 +00:00
__init__.py initial commit 2026-03-18 20:55:02 +00:00
auth.py feat: Add admin auth 2026-03-27 10:36:43 +00:00
config.py feat: Add the TranslatedArticle entity 2026-03-27 11:04:05 +00:00
languages.py Create the /api router 2026-03-21 20:47:15 +00:00
main.py API: allow free access to audio files; create the article_service 2026-03-26 20:47:15 +00:00
storage.py Generate the audio; move to background task 2026-03-19 10:51:10 +00:00
worker.py Generate the audio; move to background task 2026-03-19 10:51:10 +00:00