{"id":15502552,"url":"https://github.com/matsubara0507/anaqram-server","last_synced_at":"2025-10-05T02:46:07.747Z","repository":{"id":93507427,"uuid":"106995384","full_name":"matsubara0507/anaqram-server","owner":"matsubara0507","description":"Score Ranking Server for AnaQRam with Haskell Servant","archived":false,"fork":false,"pushed_at":"2019-10-13T15:32:18.000Z","size":85,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-14T18:44:11.159Z","etag":null,"topics":["elm","haskell","haskell-application","haskell-servant"],"latest_commit_sha":null,"homepage":null,"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/matsubara0507.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":"2017-10-15T08:22:51.000Z","updated_at":"2020-12-12T18:41:08.000Z","dependencies_parsed_at":"2023-04-06T23:53:14.103Z","dependency_job_id":null,"html_url":"https://github.com/matsubara0507/anaqram-server","commit_stats":{"total_commits":43,"total_committers":1,"mean_commits":43.0,"dds":0.0,"last_synced_commit":"803057482ba4dec526eacdbfd902d85ffd3f69c8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matsubara0507/anaqram-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsubara0507%2Fanaqram-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsubara0507%2Fanaqram-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsubara0507%2Fanaqram-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsubara0507%2Fanaqram-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matsubara0507","download_url":"https://codeload.github.com/matsubara0507/anaqram-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsubara0507%2Fanaqram-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278402027,"owners_count":25980865,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","haskell","haskell-application","haskell-servant"],"created_at":"2024-10-02T09:10:18.340Z","updated_at":"2025-10-05T02:46:07.717Z","avatar_url":"https://github.com/matsubara0507.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnaQRam with backend\n\nAnaQRam is simple puzzle web game with Haskell Servant.\n\n## AnaQRam\n\nanagram puzzle + QR code\n\n- anagram text is blank (`?`) before start\n- display character by decode QR code\n- and then resolve anagram after display all characters\n\n## Dependency\n\n- [Elm](http://elm-lang.org): Frontend Programming Language, alt JS\n- [SQLite](https://www.sqlite.org): Backend DB\n\n### Haskell packages\n\n- [Servent](https://hackage.haskell.org/package/servant): Web framework for Backend\n- [Persistent](https://hackage.haskell.org/package/persistent): package for database\n- [elmap.hs](https://github.com/matsubara0507/elmap.hs): Generate Elm source code automatically from Haskell types\n\nand more, refer [package.yaml](https://github.com/matsubara0507/anaqram-server/blob/master/package.yaml).\n\n## Build\n\nuse Docker\n\n```\n$ make image --tag=anaqram\n```\n\n## Usage\n\nuse Docker\n\n\n```\n$ docker run --rm anaqram server --help\nserver [options] [input-file]\n  -h  --help     Show this help text\n      --version  Show version\n  -v  --verbose  Enable verbose mode: verbosity level \"debug\"\n      --migrate  Migrate SQLite\n```\n\nfirst, migrate SQLite\n\n```\n$ docker run --rm \\\n    -v path/to/.anaqram-server.yaml:/work/.anaqram-server.yaml \\\n    -v path/to/anaqram.sqlite:/work/anaqram.sqlite \\\n    anaqram server --migrate\n```\n\nrun application\n\n```\n$ docker run --rm \\\n    -p 8080:8080 \\\n    -v path/to/.anaqram-server.yaml:/work/.anaqram-server.yaml \\\n    -v path/to/anaqram.sqlite:/work/anaqram.sqlite \\\n    anaqram server\n```\n\naccess `localhost:8080`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsubara0507%2Fanaqram-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatsubara0507%2Fanaqram-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsubara0507%2Fanaqram-server/lists"}