todo list manager
Find a file
2025-03-27 13:32:24 -04:00
assets Initial commit - signing up + boilerplate/schema 2025-03-21 23:43:07 -04:00
boilerplate add password changing 2025-03-26 14:25:20 -04:00
css colors and customizing color cutoffs 2025-03-27 11:50:38 -04:00
lang deleting accounts 2025-03-27 13:22:10 -04:00
admin.php admin page + invite codes 2025-03-27 13:06:13 -04:00
config.example.php add more info to readme + example config 2025-03-27 13:32:24 -04:00
helper.php fix deletion and add sorting bypass 2025-03-27 10:29:33 -04:00
index.php deleting accounts 2025-03-27 13:22:10 -04:00
login.php admin page + invite codes 2025-03-27 13:06:13 -04:00
logout.php deleting accounts 2025-03-27 13:22:10 -04:00
README.md add more info to readme + example config 2025-03-27 13:32:24 -04:00
setup.php fix deletion and add sorting bypass 2025-03-27 10:29:33 -04:00
signup.php admin page + invite codes 2025-03-27 13:06:13 -04:00
TODO.md update todo list 2025-03-27 13:25:57 -04:00

trinkey/tlm

a todo list manager but in php so it sucks

https://todo.trinkey.com

how to run

  • make sure php and postgres are installed
  • setup your config file (cp config.example.php config.php then edit it to your needs)
  • create the database run php setup.php to setup the database
  • setup your server however you do it (ex. php -S localhost:8000 for testing)