{"id":16978589,"url":"https://github.com/willdady/postms","last_synced_at":"2026-04-18T14:34:22.487Z","repository":{"id":147045779,"uuid":"162083011","full_name":"willdady/postms","owner":"willdady","description":"PostMS is a Go microservice exposing a RESTful API for managing blog-like posts and comments in a PostgreSQL database","archived":false,"fork":false,"pushed_at":"2019-01-16T04:09:54.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T22:42:16.165Z","etag":null,"topics":["blog","golang","microservice","postgres","postgresql","rest-api"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willdady.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-17T06:10:53.000Z","updated_at":"2019-05-02T10:54:05.000Z","dependencies_parsed_at":"2023-04-19T20:18:49.026Z","dependency_job_id":null,"html_url":"https://github.com/willdady/postms","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/willdady/postms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdady%2Fpostms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdady%2Fpostms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdady%2Fpostms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdady%2Fpostms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willdady","download_url":"https://codeload.github.com/willdady/postms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willdady%2Fpostms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31972427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["blog","golang","microservice","postgres","postgresql","rest-api"],"created_at":"2024-10-14T01:43:46.163Z","updated_at":"2026-04-18T14:34:22.464Z","avatar_url":"https://github.com/willdady.png","language":"Go","readme":"# PostMS\n\nPostMS is a Go microservice exposing a RESTful API for managing blog-like posts and comments in a PostgreSQL database.\n\nNote this is built with the intention of being used as an internal microservice and should only be exposed via an API Gateway (or GraphQL) layer.\n\n## Requirements\n\nPostMS requires access to a Postgres database. Connection details must be provided as environment variables. The default values are as follows:\n\n```\nPG_HOST=0.0.0.0\nPG_PORT=5432\nPG_USER=postgres\nPG_DB=postgres\nPG_PASSWORD=mysecretpassword\nPG_SSL_MODE=disable\nPORT=8080\n```\n\nIn production you should also disable [gin's](https://github.com/gin-gonic/gin) debug logging:\n\n```\nGIN_MODE=production\n```\n\n## Development\n\nRun a Postgres database easily with Docker:\n\n```\ndocker run --rm -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 postgres:11.1\n```\n\nRun the app:\n\n```\ngo run cmd/postms/postms.go\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilldady%2Fpostms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilldady%2Fpostms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilldady%2Fpostms/lists"}