Backend for a kanban app made in FastAPI
Find a file
2026-02-02 20:10:43 +01:00
routers moved token cheking to auth module 2026-02-02 20:10:43 +01:00
schemas Started implementing auth 2026-02-02 11:09:27 +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 general exception handler 2026-02-02 11:33:46 +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