Skip to content

Abhishekkarunakaran/pbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pbin

A lightweight clone of pastebin

Declaration

Started to this project to learn Redis database and webapp development using HTMX, Templ & Golang.

Let say it's GoRTH stack. GoTH stack with R (Redis)

For Execution

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.