todo list manager
assets | ||
boilerplate | ||
css | ||
lang | ||
admin.php | ||
config.example.php | ||
helper.php | ||
index.php | ||
login.php | ||
logout.php | ||
README.md | ||
setup.php | ||
signup.php | ||
TODO.md |
trinkey/tlm
a todo list manager but in php so it sucks
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)