{"id":20621488,"url":"https://github.com/emarifer/go-supabase-trivia","last_synced_at":"2026-04-16T12:02:27.001Z","repository":{"id":197781648,"uuid":"699320109","full_name":"emarifer/go-supabase-trivia","owner":"emarifer","description":"Simple web application to play Trivia + API with Supabase as database + CRUD, made with Go Fiber and HTML template rendering","archived":false,"fork":false,"pushed_at":"2023-10-02T13:05:37.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-12T13:27:06.501Z","etag":null,"topics":["fiber","fiber-framework","go","golang","postgresql","supabase-client","supabase-db","template-engine","template-engine-html"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emarifer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-02T12:01:06.000Z","updated_at":"2023-10-02T12:06:02.000Z","dependencies_parsed_at":"2023-10-02T15:32:39.214Z","dependency_job_id":null,"html_url":"https://github.com/emarifer/go-supabase-trivia","commit_stats":null,"previous_names":["emarifer/go-supabase-trivia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emarifer/go-supabase-trivia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emarifer%2Fgo-supabase-trivia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emarifer%2Fgo-supabase-trivia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emarifer%2Fgo-supabase-trivia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emarifer%2Fgo-supabase-trivia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emarifer","download_url":"https://codeload.github.com/emarifer/go-supabase-trivia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emarifer%2Fgo-supabase-trivia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fiber","fiber-framework","go","golang","postgresql","supabase-client","supabase-db","template-engine","template-engine-html"],"created_at":"2024-11-16T12:18:04.908Z","updated_at":"2026-04-16T12:02:26.987Z","avatar_url":"https://github.com/emarifer.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golang Fiber Full-stack Web App\n\n### Simple web application to play Trivia + API with Supabase as database + CRUD, made with Go Fiber and HTML template rendering.\n\n---\n\n### Setup:\n\nBesides the obvious prerequisite of having Go!, you must have Air installed for hot reloading when editing code.\n\nOn the other hand, you must have an account in Supabase and within a project you must create the \"facts\" table using the following SQL statement:\n\n```\ncreate table\n  public.facts (\n    id bigint generated by default as identity,\n    created_at timestamp with time zone not null default now(),\n    question text not null,\n    answer text not null,\n    constraint facts_pkey primary key (id),\n    constraint facts_id_key unique (id)\n  ) tablespace pg_default;\n```\n\nThe access credentials to your Supabase project must appear in an .env file:\n\n```\nSUPABASE_URL=xxxx\nSUPABASE_KEY=xxxx\n```\n\n---\n\n#### Start the App in development mode:\n\n```\n$ air  # Ctrl + C to stop the app\n```\n\n#### Compile for production:\n\n```\n$ go build -ldflags=\"-s -w\" -o ./cmd/main ./cmd/main.go  # ./cmd/main to run the app\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femarifer%2Fgo-supabase-trivia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femarifer%2Fgo-supabase-trivia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femarifer%2Fgo-supabase-trivia/lists"}