Backend for a kanban app made in FastAPI
Find a file
2026-01-26 17:54:17 +01:00
.gitignore Ignoring .db sqlite files 2026-01-26 16:34:20 +01:00
database.py Connection to sqlite db file 2026-01-26 17:54:17 +01:00
LICENSE Add GNU AGPL v3 license 2026-01-26 12:44:16 +00:00
main.py Starting working on endpoints 2026-01-26 17:53:50 +01:00
models.py Defined tables for sqlite db 2026-01-26 17:51:51 +01:00
projects.py Base pydantic models for project managment 2026-01-26 17:53:13 +01:00
requirements.txt Added SQLAlchemy and psycopg2 to requirements.txt 2026-01-26 15:37:03 +01:00
tasks.py Base pydantic models for task managment 2026-01-26 17:52:20 +01:00
users.py Base pydantic models for user managment 2026-01-26 17:53:30 +01:00