kycnot.me/README.md
2024-12-09 16:29:21 +01:00

830 B

kycnot.me source code

Source code of the kycnot.me website (v2025).

banner

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.

Tech Stack