mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 10:05:38 +01:00
Added samsple frontends repos in docs description
This commit is contained in:
parent
8d7537b602
commit
95d37bd378
1 changed files with 7 additions and 0 deletions
7
main.py
7
main.py
|
|
@ -28,6 +28,13 @@ It allows users to manage projects, tasks, and user assignments with proper auth
|
||||||
|
|
||||||
## Source Code
|
## 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).
|
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()
|
global_logger = logging.getLogger()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue