flowtodo/README.md
Javier Feliz a929768bf7
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Update README
2025-07-15 18:41:17 -04:00

590 B

FlowTODO

I just wanted a more convenient version of DumbDo where I could have completed tasks grouped by the "done date". That way when I need to talk in standup about what I did yesterday I can just look back at a list of bullet points.

screenshot

Self Hosting

Docker image coming soon

Configuration

Database

All database drivers supported thanks to Laravel. We don't have skill issues here.

DB_CONNECTION=pgsql|mysql|sqlite
DB_HOST=[IP]
DB_PORT=[Port]
DB_DATABASE=[DB name]
DB_USERNAME=
DB_PASSWORD=