Backend for a kanban app made in FastAPI
Find a file
2026-02-03 13:30:40 +01:00
routers fixed some routers/projects.py get endpoint where Schemas and models where confused between themselves. 2026-02-03 13:19:15 +01:00
schemas Created schema projects_tasks to avoid circular imports 2026-02-03 11:20:19 +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 Added AGPL-3.0-or-later license to FastAPI metadata 2026-02-03 13:30:40 +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