{"id":16710583,"url":"https://github.com/andrewmacmurray/realworld-hasura","last_synced_at":"2026-02-28T10:05:09.002Z","repository":{"id":40269112,"uuid":"267314214","full_name":"andrewMacmurray/realworld-hasura","owner":"andrewMacmurray","description":"Realworld inspired blogging platform (Remake of Conduit) using Hasura + Purescript + Elm","archived":false,"fork":false,"pushed_at":"2023-01-16T18:08:16.000Z","size":856,"stargazers_count":61,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-04T00:24:38.261Z","etag":null,"topics":["elm","hasura","purescript","realworld"],"latest_commit_sha":null,"homepage":"","language":"Elm","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/andrewMacmurray.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}},"created_at":"2020-05-27T12:31:25.000Z","updated_at":"2025-03-22T17:37:34.000Z","dependencies_parsed_at":"2023-02-10T05:31:29.918Z","dependency_job_id":null,"html_url":"https://github.com/andrewMacmurray/realworld-hasura","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrewMacmurray/realworld-hasura","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewMacmurray%2Frealworld-hasura","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewMacmurray%2Frealworld-hasura/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewMacmurray%2Frealworld-hasura/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewMacmurray%2Frealworld-hasura/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewMacmurray","download_url":"https://codeload.github.com/andrewMacmurray/realworld-hasura/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewMacmurray%2Frealworld-hasura/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29929620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T09:58:13.507Z","status":"ssl_error","status_checked_at":"2026-02-28T09:57:57.047Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["elm","hasura","purescript","realworld"],"created_at":"2024-10-12T20:08:59.964Z","updated_at":"2026-02-28T10:05:08.980Z","avatar_url":"https://github.com/andrewMacmurray.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Realworld Hasura\n\n![CI](https://github.com/andrewMacmurray/realworld-hasura/workflows/CI/badge.svg) ![CD](https://github.com/andrewMacmurray/realworld-hasura/workflows/CD/badge.svg)\n\n## What?\n\nA Realworld inspired blogging platform using `Hasura` + `Purescript` + `Elm`\n\n'Inspired' as it doesn't follow the frontend or backend spec for the official `Realworld` example apps (https://github.com/gothinkster/realworld) but tries to replicate the features as closely as possible.\n\n\u003cimg width=\"1265\" alt=\"Screenshot 2020-10-17 at 19 00 02\" src=\"https://user-images.githubusercontent.com/14013616/96349987-0092ba00-10ab-11eb-8355-c50ddd28e94c.png\"\u003e\n\n### Some notable differences to reference Realworld\n\n- Uses a Graphql Backend (Hasura https://hasura.io/)\n- Frontend uses Elm UI for layout (https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/)\n- Mobile responsive\n- Modified Layout and design\n\n## How?\n\nThe project is a monorepo split into `frontend`, `backend` (separate READMEs in each directory)\n\n### Frontend\n\n- A single page Elm app (deployed on `vercel` https://vercel.com)\n\n### Backend\n\n- A Hasura instance is deployed on Heroku\n- A [YugabyteDB Managed](https://www.yugabyte.com/managed/) instance\n- A `Purescript` serverless http api that handles authentication and custom application logic, communicates with Hasura as an actions server https://hasura.io/docs/1.0/graphql/core/actions/index.html (deployed on `vercel`)\n\n### Github Actions (CI/CD/Infra)\n\n- Automated tests run on each pull request\n- A full build and deploy of each service happens on merge to `main`\n\n## Run it Locally\n\nMake sure you have `docker` and `node` installed\n\nInstall dependencies:\n\n```sh\nnpm install\n```\n\nStart Hasura and Postgres:\n\n```sh\nnpm run hasura\n```\n\nRun the migrations\n\n```sh\nnpm run migrate\n```\n\nStart the frontend\n\n```sh\nnpm run dev\n```\n\nStart the actions server\n\n```sh\nnpm run actions\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewmacmurray%2Frealworld-hasura","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewmacmurray%2Frealworld-hasura","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewmacmurray%2Frealworld-hasura/lists"}