{"id":15192439,"url":"https://github.com/dariuspasca/bitrock-news","last_synced_at":"2026-03-05T01:32:09.703Z","repository":{"id":180169907,"uuid":"662930689","full_name":"dariuspasca/bitrock-news","owner":"dariuspasca","description":"A HackerNews-like clone built with Supabase and pg_graphql ","archived":false,"fork":false,"pushed_at":"2023-07-11T09:18:30.000Z","size":403,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T20:41:20.391Z","etag":null,"topics":["graphql","graphql-schema","graphql-schema-generator","pg-graphql","supabase","supabase-auth","supabase-db","vue-apollo","vuejs"],"latest_commit_sha":null,"homepage":"https://bitrock-news.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dariuspasca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-06T07:37:42.000Z","updated_at":"2023-07-10T14:59:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"99219dae-babd-4198-8ddc-1707e035a245","html_url":"https://github.com/dariuspasca/bitrock-news","commit_stats":{"total_commits":50,"total_committers":2,"mean_commits":25.0,"dds":"0.020000000000000018","last_synced_commit":"392a8cc5a3e6c739f0924b045cb74003e0fddf48"},"previous_names":["dariuspasca/bitrock-news"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dariuspasca/bitrock-news","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariuspasca%2Fbitrock-news","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariuspasca%2Fbitrock-news/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariuspasca%2Fbitrock-news/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariuspasca%2Fbitrock-news/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dariuspasca","download_url":"https://codeload.github.com/dariuspasca/bitrock-news/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dariuspasca%2Fbitrock-news/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30104345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:06:53.091Z","status":"ssl_error","status_checked_at":"2026-03-05T01:02:35.679Z","response_time":59,"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":["graphql","graphql-schema","graphql-schema-generator","pg-graphql","supabase","supabase-auth","supabase-db","vue-apollo","vuejs"],"created_at":"2024-09-27T21:23:35.886Z","updated_at":"2026-03-05T01:32:04.692Z","avatar_url":"https://github.com/dariuspasca.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitrock-news\n\nA HackerNews-like clone build with Vue.js 3 and Supabase. Inspired by the [supabase-graphql-example](https://github.com/supabase-community/supabase-graphql-example/tree/main) \n\n### Backend\n\n- CRUD (Query + Mutation Operations)\n- Cursor Based Pagination\n- Authorization / Postgres Row Level Security\n- [Supabase](https://supabase.com) - Backend with a Postgres Database, Authentication, instant APIs, Realtime subscriptions and Storage.\n- [pg_graphql](https://supabase.com/blog/2021/12/03/pg-graphql) - A native [PostgreSQL extension](https://supabase.github.io/pg_graphql/) adding [GraphQL support](https://graphql.org).\n- [Postgres Triggers](https://supabase.com/blog/2021/07/30/supabase-functions-updates) and [Postgres Functions](https://supabase.com/docs/guides/database/functions) - When votes are in, use triggers to invoke a Postgres function that updates a post score\n- [Postgres Enumerated Types](https://www.postgresql.org/docs/14/datatype-enum.html) - Enums help defined the direction of a vote: UP or DOWN.\n\n### Frontend\n\n- [Vue.js](https://vuejs.org) - Vue.js\n- [TypeScript](https://www.typescriptlang.org)\n- [graphql-code-generator](https://www.graphql-code-generator.com) - Generate code from your GraphQL schema and operations with a simple CLI\n- [vite-plugin-graphql-codegen](https://github.com/danielwaltz/vite-plugin-graphql-codegen) - Zero-config vite plugin that uses the vite file watcher to run graphql codegen programmatically without needing to start a separate watcher.\n- [Vue Apollo](https://apollo.vuejs.org/) - Apollo/GraphQL integration for VueJS\n\n### Functionality\n\n- Registration\n- Get a feed of posts\n- Create Post\n- Delete Post\n- Create Comment\n- Delete Comment\n- Upvote/Downvote Post\n- View Profile\n- Edit Profile\n- Pagination (Posts, Comments)\n\n# QuickStart\n\n### Setup env vars\n\n- `cp app/.env.example app/.env.local`\n- Fill in your url and anon key from the Supabase Dashboard: https://app.supabase.io/project/_/settings/api\n\n### Install dependencies, run app\n\n```bash\npnpm i\npnpm dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdariuspasca%2Fbitrock-news","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdariuspasca%2Fbitrock-news","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdariuspasca%2Fbitrock-news/lists"}