{"id":16663143,"url":"https://github.com/tzemanovic/haskell-yesod-realworld-example-app","last_synced_at":"2025-03-16T23:31:41.910Z","repository":{"id":149614211,"uuid":"140635069","full_name":"tzemanovic/haskell-yesod-realworld-example-app","owner":"tzemanovic","description":"Exemplary real world application built with Haskell + Yesod","archived":false,"fork":false,"pushed_at":"2021-12-09T12:00:22.000Z","size":378,"stargazers_count":169,"open_issues_count":0,"forks_count":26,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-02-27T15:18:38.727Z","etag":null,"topics":["crud","haskell","haskell-application","jwt","realworld-backend","rest-api","yesod"],"latest_commit_sha":null,"homepage":"https://realworld.io","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tzemanovic.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-07-11T22:51:16.000Z","updated_at":"2024-12-14T07:34:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd578e52-e2f7-483b-b2ec-a5a235c54a00","html_url":"https://github.com/tzemanovic/haskell-yesod-realworld-example-app","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzemanovic%2Fhaskell-yesod-realworld-example-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzemanovic%2Fhaskell-yesod-realworld-example-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzemanovic%2Fhaskell-yesod-realworld-example-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzemanovic%2Fhaskell-yesod-realworld-example-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tzemanovic","download_url":"https://codeload.github.com/tzemanovic/haskell-yesod-realworld-example-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835952,"owners_count":20355611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["crud","haskell","haskell-application","jwt","realworld-backend","rest-api","yesod"],"created_at":"2024-10-12T10:39:59.393Z","updated_at":"2025-03-16T23:31:41.895Z","avatar_url":"https://github.com/tzemanovic.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![RealWorld Example App](logo.png)\n\n[![Built with Spacemacs](https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg)](http://spacemacs.org) [![Build Status](https://travis-ci.org/tzemanovic/haskell-yesod-realworld-example-app.svg?branch=dev)](https://travis-ci.org/tzemanovic/haskell-yesod-realworld-example-app)\n\n\u003e ### Haskell/Yesod codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.\n\n# How it works\n\nCheck out this [post for an overview of project's dependencies and its structure](https://tzemanovic.gitlab.io/posts/realworld-example-with-haskell-yesod/).\n\n# Getting started\n\n## Haskell Setup\n\n1. If you haven't already, [install Stack](https://haskell-lang.org/get-started)\n\t* On POSIX systems, this is usually `curl -sSL https://get.haskellstack.org/ | sh`\n2. Install the `yesod` command line tool: `stack install yesod-bin --install-ghc`\n3. Build libraries: `stack build`\n\nIf you have trouble, refer to the [Yesod Quickstart guide](https://www.yesodweb.com/page/quickstart) for additional detail.\n\n## Development\n\nStart a development server with:\n\n```\nexport JWT_SECRET=\"some secret value\"\nstack exec -- yesod devel\n```\n\nAs your code changes, your site will be automatically be recompiled and redeployed to localhost.\n\n## Tests\n\n```\nstack test --flag app:library-only --flag app:dev\n```\n\n(Because `yesod devel` passes the `library-only` and `dev` flags, matching those flags means you don't need to recompile between tests and development, and it disables optimization to speed up your test compile times).\n\n## Documentation\n\n* Read the [Yesod Book](https://www.yesodweb.com/book) online for free\n* Check [Stackage](http://stackage.org/) for documentation on the packages in your LTS Haskell version, or [search it using Hoogle](https://www.stackage.org/lts/hoogle?q=). Tip: Your LTS version is in your `stack.yaml` file.\n* For local documentation, use:\n\t* `stack haddock --open` to generate Haddock documentation for your dependencies, and open that documentation in a browser\n\t* `stack hoogle \u003cfunction, module or type signature\u003e` to generate a Hoogle database and search for your query\n* The [Yesod cookbook](https://github.com/yesodweb/yesod-cookbook) has sample code for various needs\n\n## Getting Help\n\n* Ask questions on [Stack Overflow, using the Yesod or Haskell tags](https://stackoverflow.com/questions/tagged/yesod+haskell)\n* Ask the [Yesod Google Group](https://groups.google.com/forum/#!forum/yesodweb)\n* There are several chatrooms you can ask for help:\n\t* For IRC, try Freenode#yesod and Freenode#haskell\n\t* [Functional Programming Slack](https://fpchat-invite.herokuapp.com/), in the #haskell, #haskell-beginners, or #yesod channels.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftzemanovic%2Fhaskell-yesod-realworld-example-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftzemanovic%2Fhaskell-yesod-realworld-example-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftzemanovic%2Fhaskell-yesod-realworld-example-app/lists"}