From 95d37bd3784617004063e8d9a725e6df28d66a4d Mon Sep 17 00:00:00 2001 From: Borgia Leiva Date: Tue, 10 Feb 2026 13:40:13 +0100 Subject: [PATCH] Added samsple frontends repos in docs description --- main.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/main.py b/main.py index ba3776f..da64346 100644 --- a/main.py +++ b/main.py @@ -28,6 +28,13 @@ It allows users to manage projects, tasks, and user assignments with proper auth ## Source Code The source code for this API can be found on [GitHub](https://github.com/a-mayb3/Kanban_clone_backend) or [my forgejo instance](https://git.vollex.cc/a-mayb3/Kanban_clone_backend). + +## Other projects +Here are some frontend implementations for this API: +- [KanbanCloneAngular](https://github.com/a-mayb3/KanbanCloneAngular) - Angular frontend +- [KanbanCloneAndroid](https://github.com/a-mayb3/KanbanCloneAndroid) - Android frontend + + """ global_logger = logging.getLogger()