{"id":18324701,"url":"https://github.com/tchoutri/domain-modelling-workshop","last_synced_at":"2025-04-09T15:15:39.078Z","repository":{"id":169895058,"uuid":"645981341","full_name":"tchoutri/domain-modelling-workshop","owner":"tchoutri","description":"Haskell implementation of the Domain Modelling workshop by Michel Grootjans and Thomas Coopman.","archived":false,"fork":false,"pushed_at":"2023-09-04T14:53:37.000Z","size":25,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T15:15:36.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tchoutri.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-26T23:23:31.000Z","updated_at":"2023-05-29T09:30:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"5890aa9a-d785-4b1f-8c99-ef33ccd503e2","html_url":"https://github.com/tchoutri/domain-modelling-workshop","commit_stats":null,"previous_names":["tchoutri/domain-modelling-workshop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fdomain-modelling-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fdomain-modelling-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fdomain-modelling-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fdomain-modelling-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tchoutri","download_url":"https://codeload.github.com/tchoutri/domain-modelling-workshop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055276,"owners_count":21040157,"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":[],"created_at":"2024-11-05T18:35:33.999Z","updated_at":"2025-04-09T15:15:39.062Z","avatar_url":"https://github.com/tchoutri.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Domain Modelling Workshop\n\nThis is a Haskell implementation of the server one has to implement for the https://domainmodelling.dev workshop by Michel Grootjans and Thomas Coopman.\n\n## Necessary tools\n\nTo get the Haskell Compiler, use [ghcup](https://www.haskell.org/ghcup/). Version 9.4.5 is used in this project. You will also need the `cabal` CLI tool that usually comes with it.\n\n## How to use\n\nThere is a Makefile that is documented. Just type `make` to see the available commands and what they do.\n\nTo run the server (this will fetch dependencies and build, if this is the first run), type:\n\n```bash\n$ make start\n# Starting server on http://localhost:8081\n```\n\nTo run the tests, type:\n\n```bash\n$ make tests\n```\n\nTo run the code linters and formatters, run:\n\n```bash\n$ make lint\n# and\n$ make style\n```\nYou will need to run following command line:\n\n```bash\n$ cabal install cabal-fmt fourmolu hlint apply-refact\n```\n\n## How to read\n\n* The web server and request handling happens in `./app/Main.hs`\n* Business logic like validation, price computation, and types happen in `./src`\n* The tests happen in `./test`\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchoutri%2Fdomain-modelling-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchoutri%2Fdomain-modelling-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchoutri%2Fdomain-modelling-workshop/lists"}