{"id":19572597,"url":"https://github.com/wisnuuakbr/go-article-services","last_synced_at":"2026-05-08T03:10:09.532Z","repository":{"id":251139588,"uuid":"835154634","full_name":"wisnuuakbr/go-article-services","owner":"wisnuuakbr","description":"Simple web service using Go, Clean Arch, PostgreSQL, Redis","archived":false,"fork":false,"pushed_at":"2024-08-07T14:04:32.000Z","size":158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T03:41:46.844Z","etag":null,"topics":["cleanarch","golang","postgresql","redis"],"latest_commit_sha":null,"homepage":"","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/wisnuuakbr.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":"2024-07-29T09:15:13.000Z","updated_at":"2024-10-23T08:56:17.000Z","dependencies_parsed_at":"2024-11-11T06:40:25.877Z","dependency_job_id":"1a47008f-54ee-449b-9069-83868b1fe101","html_url":"https://github.com/wisnuuakbr/go-article-services","commit_stats":null,"previous_names":["wisnuuakbr/sagala","wisnuuakbr/go-article-services"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuuakbr%2Fgo-article-services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuuakbr%2Fgo-article-services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuuakbr%2Fgo-article-services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuuakbr%2Fgo-article-services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisnuuakbr","download_url":"https://codeload.github.com/wisnuuakbr/go-article-services/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240840103,"owners_count":19866167,"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":["cleanarch","golang","postgresql","redis"],"created_at":"2024-11-11T06:27:28.775Z","updated_at":"2026-05-08T03:10:04.497Z","avatar_url":"https://github.com/wisnuuakbr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Web Service\n\nA simple web service Sagala using :\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://go.dev\" target=\"_blank\"\u003e\u003cimg src=\"https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg\" width=\"400\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## Requirements\n\nSagala is currently extended with the following requirements.  \nInstructions on how to use them in your own application are linked below.\n\n| Requirement | Version |\n| ----------- | ------- |\n| Go          | 1.21.5  |\n| Postgres    | 14.10.^ |\n| Redis       | 8.11.5  |\n\n## Installation\n\nMake sure the requirements above already install on your system.  \nClone the project to your directory and install the dependencies.\n\n```bash\n$ git clone https://github.com/wisnuuakbr/sagala\n```\n```bash\n$ cd sagala\n```\n```bash\n$ go mod tidy\n```\n\n## Configuration\n\nCopy the .env.example file and rename it to .env\n```bash\n$ cp .env.example .env\n```\nChange the config for your local server\n\n```bash\nAPP_NAME = \"sagala\"\nAPP_ENV = \"development\"\nAPP_PORT = 3000\n\nPOSTGRES_HOST_MASTER = \"localhost\"\nPOSTGRES_PORT_MASTER = 5432\nPOSTGRES_USER_MASTER = \"postgres\"\nPOSTGRES_PASSWORD_MASTER = \"postgres\"\nPOSTGRES_DB_MASTER = \"sagala_v1_db\"\n\nREDIS_HOST = \"localhost\"\nREDIS_PORT = 6379\nREDIS_PASSWORD = \"\"\nREDIS_DB = 0\n\n```\n\n## Run Application\n```bash\n$ go run .\\cmd\\main.go\n```\n\n## Output\n### POST article:\n\n![Output Create Response](docs/create_response.png)\n\n### GET All Article:\n\n![Output GetAll Response](docs/get_all_response.png)\n\n### GET Article with filter\n![Output Search Response](docs/search_response.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisnuuakbr%2Fgo-article-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisnuuakbr%2Fgo-article-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisnuuakbr%2Fgo-article-services/lists"}