Backend for a kanban app made in FastAPI
Find a file
2026-02-06 11:55:14 +01:00
routers Fixed project creation endpoint 2026-02-06 11:55:14 +01:00
schemas Fixed project creation endpoint 2026-02-06 11:55:14 +01:00
.gitignore ignoring app.log 2026-02-02 11:27:54 +01:00
database.py Started implementing auth 2026-02-02 11:09:27 +01:00
LICENSE Add GNU AGPL v3 license 2026-01-26 12:44:16 +00:00
main.py removed TODO comments from main.py 2026-02-03 13:37:23 +01:00
models.py Started fixing GET /projects/ 2026-02-02 13:51:09 +01:00
requirements.txt added crypt and auth dependencies 2026-02-02 11:05:11 +01:00