Personal Task Tracking App
Find a file
Drew Galbraith 4552c347c6
Some checks failed
Check / Backend (push) Successful in 6m55s
Check / Frontend (push) Successful in 2m2s
Docker Build / Build and Push Backend Image (push) Failing after 11m21s
Docker Build / Build and Push Frontend Image (push) Successful in 5m44s
Create a plan for implementing projects and also create the backend API. (#19)
Creates projects to organize tasks under. (Note the migration also contains the tables for creating folders for projects as well because adding foreign keys is a PITA in sqlite apparently).

Reviewed-on: #19
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
2025-10-28 04:13:12 +00:00
.forgejo/workflows Create a plan for implementing projects and also create the backend API. (#19) 2025-10-28 04:13:12 +00:00
backend Create a plan for implementing projects and also create the backend API. (#19) 2025-10-28 04:13:12 +00:00
frontend Set frontend API URL at build time. (#18) 2025-10-21 04:08:53 +00:00
plan Create a plan for implementing projects and also create the backend API. (#19) 2025-10-28 04:13:12 +00:00
.gitignore Create Initial Database Schema for Tasks. (#1) 2025-08-24 17:10:31 +00:00
CLAUDE.md Add task creation form. (#9) 2025-09-23 05:00:48 +00:00
docker-compose.yml Add docker build to main. (#16) 2025-10-19 03:27:10 +00:00
justfile Forgejo Actions for both backend and frontend. (#13) 2025-09-27 08:46:02 +00:00
PRD.md Create a frontend wireframe. (#7) 2025-09-23 04:08:45 +00:00