{"id":20464083,"url":"https://github.com/fullstack-development/haskell-starter-kit","last_synced_at":"2026-04-16T23:01:58.435Z","repository":{"id":46355562,"uuid":"343721824","full_name":"fullstack-development/haskell-starter-kit","owner":"fullstack-development","description":"Starter Kit for web-backend apps written with Haskell, Servant, Docker and PostgreSQL","archived":false,"fork":false,"pushed_at":"2021-10-21T11:42:34.000Z","size":132,"stargazers_count":1,"open_issues_count":10,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-16T00:57:36.838Z","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/fullstack-development.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}},"created_at":"2021-03-02T09:45:31.000Z","updated_at":"2024-09-27T15:03:19.000Z","dependencies_parsed_at":"2022-08-30T05:41:51.216Z","dependency_job_id":null,"html_url":"https://github.com/fullstack-development/haskell-starter-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-development%2Fhaskell-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-development%2Fhaskell-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-development%2Fhaskell-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-development%2Fhaskell-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullstack-development","download_url":"https://codeload.github.com/fullstack-development/haskell-starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242023207,"owners_count":20059300,"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-15T13:13:58.889Z","updated_at":"2026-04-16T23:01:53.362Z","avatar_url":"https://github.com/fullstack-development.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haskell-starter-kit\n\nA simple backend server using PostgreSQL database.\n\n## Configure project\n\nTo configure env for project:\n\n1. Configure file at `./config/local.conf` using template at `./config/template.conf`:\n\n`cp ./config/template.conf ./config/local.conf`\n\n2. Configure docker env variables at `./.env` using template at `./.env.template`.\n\n`cp ./.env.template ./.env`\n\n3. Configure liquibase at `migrations/liquibase.properties` using template at\n   `migrations/liquibase.template.properties`:\n\n`cp migrations/liquibase.template.properties migrations/liquibase.properties`\n\n## Run with docker\n\nYou need to have docker installed in your system. Then run:\n\n```\nmake deps\nmake run\n```\n\n`make run` is needed every time you'd like to build and run the project in a\ndocker container. `make deps` is only rarely needed when `make run` fails.\n\n## Develop with stack\n\nTo format source code, use:\n\n`make style`\n\nWe use a specific version of the ormolu formatter. It will be installed\nautomatically for the first time into an internal location using stack. It will\nnot overwrite your locally installed ormolu version in `~/.stack/bin`.\n\nTo build project:\n\n`stack build`\n\nTo run migration, ensure you have run `make run` and run the command:\n\n`./migration/run.sh`\n\nTo run database:\n\n`docker-compose up -d db`\n\nTo connect to database:\n\n`psql -U myuser -d appnamedb -p 5431 -h 127.0.0.1 -W`\n\nTo run server:\n\n`stack exec haskell-starter-kit-exe`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstack-development%2Fhaskell-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstack-development%2Fhaskell-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstack-development%2Fhaskell-starter-kit/lists"}