-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
todo web app #302
Comments
That's quite succinct. I look forward to the article! |
I added |
Multi-part articles are encouraged this year. That sounds like a great idea. |
added v2.list.mustache and v2.todo.pl to use planetscale mysql db in place of the array. |
I created a Dockerfile and launched on fly.io with the planetscale db. It works! Cold start is 1.5 seconds. |
When you're ready, feel free to create a pull request for the article. |
I put the files here: https://github.com/ktown007/todoapp |
What do you think about moving the |
no problem, re-organize it. I did this as a response the complex to do app tutorials out there. I hope this code provides a base to help someone build on it. |
Great! We now need to convert this to an incoming article so that we can merge it and schedule a publish date. The instructions for that are at https://github.com/perladvent/Perl-Advent/#authors |
Oof. Please ignore. I'm juggling a lot of PRs here. :) |
Closed via #307 |
Which Perl module do you want to write about:
Dancer2 and HTMX
Please give a short description of the article you want to write. Two to three sentences is fine:
An example of super simple todo app using no javascript. Learn a bit of HTMX and Dancer2. The intent was not the golf it but it turned out to not need much code, this simplicity speaks to the power of these tools.
https://gist.github.com/ktown007/d3c45c70fc76a0785edf848cab209cbf
The text was updated successfully, but these errors were encountered: