Backend for a kanban app made in FastAPI
Find a file
2026-02-02 11:05:11 +01:00
routers Created a bunch of endpoints but forgetting to commit accordingly :) 2026-01-27 12:58:50 +01:00
schemas Added some project schemas for project managment 2026-01-27 12:58:14 +01:00
.gitignore Ignoring .db sqlite files 2026-01-26 16:34:20 +01:00
database.py Started working on projects related endpoints 2026-01-27 11:15:00 +01:00
LICENSE Add GNU AGPL v3 license 2026-01-26 12:44:16 +00:00
main.py Added some joke and info root endpoint and some TODOs 2026-01-27 12:46:45 +01:00
models.py Added password_hash to user table 2026-01-27 12:48:10 +01:00
requirements.txt added crypt and auth dependencies 2026-02-02 11:05:11 +01:00