A lightweight clone of pastebin
Started to this project to learn Redis database and webapp development using HTMX, Templ & Golang.
Let say it's
GoRTH
stack.GoTH
stack withR (Redis)
create an .env
in the following format :
REDIS_PASSWORD=<password>
REDIS_HOST=<>
REDIS_PORT=<>
REDIS_USER=<>
REDIS_DB=<>
APP_PORT=<>
REDIS_APPENDONLY=yes
REDIS_APPENDFSYNC=everysec
REDIS_TTL=<time-to-live-in-second>
SALT=<salt-for-the-key>
🤝 Feel free to contribute by ideas, code or anything.