Backend for a kanban app made in FastAPI
Find a file
2026-02-02 11:23:09 +01:00
routers added check for already logged in users 2026-02-02 11:22:47 +01:00
schemas Started implementing auth 2026-02-02 11:09:27 +01:00
.gitignore Added more .gitignore entries 2026-02-02 11:06:42 +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 started implementing logger 2026-02-02 11:23:09 +01:00
models.py Started implementing auth 2026-02-02 11:09:27 +01:00
requirements.txt added crypt and auth dependencies 2026-02-02 11:05:11 +01:00