Skip to content

anucha-tk/fc_go_scratch

Repository files navigation

GOLANG SCRATCH

tech and tools

  • chi router
  • cors
  • handlerWithJson
  • commitlint & linter
  • database
    • goose
    • sqlc
  • docker
  • auth
    • apikey
  • relationship

database

erDiagram
    users {
        id uuid
        name text
        apikey varchar(64)
        created_at timestamp
        updated_at timestamp
    }

    feeds {
        id uuid
        name text
        url text
        created_at timestamp
        updated_at timestamp
        user_id uuid
    }

    users ||--o{ feeds : contains

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published