mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-04 20:00:53 -05:00
Don't get KYC'ed https://kycnot.me
.vscode | ||
docker | ||
src | ||
.editorconfig | ||
.env.example | ||
.gitignore | ||
docker-compose.dev.yml | ||
docker-compose.yml | ||
README.md |
kycnot.me source code
Source code of the kycnot.me website (v2025).
Project structure
src
: Project code.frontend
: Generates the website HTML, CSS and JS.static
: Static files.templates
: Templ templates.
internal
: Internal backend packages:cache
: Cache implementation.database
: Database client.ent
: Database ent-go models.models
: Models.server
: Server/API implementation.
utils
: Utilities.