No description
  • Go 74.9%
  • HTML 15.7%
  • CSS 4.8%
  • Python 3.3%
  • JavaScript 1.3%
Find a file
2026-03-31 02:17:54 +00:00
cmd Documented code cause otherwise im gonna forgot things 2026-03-30 22:28:05 -03:00
internal Added X-ADMIN-KEY for testing purposes 2026-03-30 23:12:55 -03:00
test-cors Refactored payments branch, everythings fixed now. 2026-03-12 18:36:49 -03:00
utils Documented code cause otherwise im gonna forgot things 2026-03-30 22:28:05 -03:00
.gitignore Refactored payments branch, everythings fixed now. 2026-03-12 18:36:49 -03:00
env.example MessageQueue working and tested. 2026-02-25 22:59:34 -03:00
go.mod Refactored payments branch, everythings fixed now. 2026-03-12 18:36:49 -03:00
go.sum Refactored payments branch, everythings fixed now. 2026-03-12 18:36:49 -03:00
readme.md MessageQueue working and tested. 2026-02-25 22:59:34 -03:00
server actually fixed now. 2026-02-03 04:17:17 -03:00

domino.gg backend

RAGEBAIT COMMIT RAGEBAIT COMMIT 2

.env

DATABASE_URL="postgres connection url" SITE_KEY="site_key for hcaptcha" HCAPTCHA_SECRET="hcaptcha_secret" JWT_SECRET="random string for jwt" MODE="either DEV or PROD"

deploy

in progress