2 much 2 do (AKA: tmtd part 2) https://todo.karx.xyz
Go to file
2022-08-24 08:49:51 -05:00
src Fix Create/Update forms & redirect to task detail 2022-08-23 14:01:34 -05:00
static Add links to register from login and vice versa 2022-08-24 08:49:51 -05:00
templates Add links to register from login and vice versa 2022-08-24 08:49:51 -05:00
.gitignore Add configuration system 2022-08-14 13:15:48 -05:00
Cargo.lock Serve static files 2022-08-16 08:50:19 -05:00
Cargo.toml Serve static files 2022-08-16 08:50:19 -05:00
LICENSE Add LICENSE 2022-08-22 21:48:47 -05:00
README.md Add README 2022-08-22 21:46:55 -05:00
sample_config.toml Add sample config 2022-08-19 10:16:22 -05:00

2m2d

Who?

Currently just me developing it right now, but everyone should feel free to contribute! Patches can be sent to my email.

What?

2 much 2 do (AKA: tmtd part 2)

Why?

Created because the original tmtd shows no signs of being production ready any time soon.

How?

This project requires a running PostgreSQL database. Read the ArchWiki entry for more info.

Then, see sample_config.toml and provide the required values.

After that, it's just a simple cargo run. The TMTD_CONFIG environment variable can be used to specify a custom config path, otherwise, 2m2d defaults to using ./config.toml.

Make sure you're running the project from the top level, otherwise 2m2d will not be able to find templates and static files.

When?

2m2d will probably be hosted once we get around to styling all the forms and adding a + Create button to the homepage.