Don't get KYC'ed https://kycnot.me
Go to file
2024-12-29 19:28:27 +01:00
.vscode update to v2025 2024-12-09 16:29:21 +01:00
docker update to v2025 2024-12-09 16:29:21 +01:00
src update summary url 2024-12-29 19:28:27 +01:00
.editorconfig update to v2025 2024-12-09 16:29:21 +01:00
.env.example update to v2025 2024-12-09 16:29:21 +01:00
.gitignore update to v2025 2024-12-09 16:29:21 +01:00
docker-compose.dev.yml update to v2025 2024-12-09 16:29:21 +01:00
docker-compose.yml update to v2025 2024-12-09 16:29:21 +01:00
README.md update to v2025 2024-12-09 16:29:21 +01:00

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