mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-07 21:27:58 -05:00
830 B
830 B
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.