Skip to content
 
 

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todoapp

to do app with HTMX, Perl Dancer2 and planetscale

#run local
git clone https://github.com/ktown007/todoapp.git
cd todoapp
#get .env from planetscale
cp ../.env .
export $(grep -v '^#' .env | xargs)
perl todo.pl

open http:://localhost:3000

#run on docker
sudo docker build -t todoappimg .
sudo docker run -d --name todoapp1 --env-file .env -p 3000:3000 todoappimg

#run on fly.io
fly secrets set $(grep -v '^#' .env | xargs)
fly launch

see tutorial here: naughtylist

About

to do app with HTMX, Perl Dancer2 and planetscale

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages