{"id":15355436,"url":"https://github.com/bmf-san/gobel-api","last_synced_at":"2025-04-13T00:52:14.382Z","repository":{"id":37927174,"uuid":"150722403","full_name":"bmf-san/gobel-api","owner":"bmf-san","description":"Gobel is a headless cms built with golang.","archived":false,"fork":false,"pushed_at":"2024-06-29T05:57:51.000Z","size":6346,"stargazers_count":33,"open_issues_count":22,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T18:52:27.346Z","etag":null,"topics":["clean-architecture","docker","docker-compose","gobel","gobel-admin-client-example","gobel-api","gobel-client-example","golang","headless-cms","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Go","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/bmf-san.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"github":["bmf-san"]}},"created_at":"2018-09-28T10:10:35.000Z","updated_at":"2024-12-14T15:35:25.000Z","dependencies_parsed_at":"2024-04-17T02:25:01.669Z","dependency_job_id":"f391aa1e-9653-426f-91a1-05d7cccf2d0b","html_url":"https://github.com/bmf-san/gobel-api","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmf-san%2Fgobel-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmf-san","download_url":"https://codeload.github.com/bmf-san/gobel-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650435,"owners_count":21139672,"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":["clean-architecture","docker","docker-compose","gobel","gobel-admin-client-example","gobel-api","gobel-client-example","golang","headless-cms","rest-api"],"created_at":"2024-10-01T12:24:22.879Z","updated_at":"2025-04-13T00:52:14.363Z","avatar_url":"https://github.com/bmf-san.png","language":"Go","funding_links":["https://github.com/sponsors/bmf-san"],"categories":[],"sub_categories":[],"readme":"# gobel-api\n[![GitHub license](https://img.shields.io/github/license/bmf-san/gobel-api)](https://github.com/bmf-san/gobel-api/blob/master/LICENSE)\n[![CircleCI](https://circleci.com/gh/bmf-san/gobel-api/tree/master.svg?style=svg)](https://circleci.com/gh/bmf-san/gobel-api/tree/master)\n[![codecov](https://codecov.io/gh/bmf-san/gobel-api/branch/master/graph/badge.svg?token=HMEQ7EAUED)](https://codecov.io/gh/bmf-san/gobel-api)\n\nThe Gobel is a headless cms built with golang.\n\n# gobel\n- [bmf-tech-client](https://github.com/bmf-san/bmf-tech-client)\n- [gobel-api](https://github.com/bmf-san/gobel-api)\n- [gobel-admin-client-example](https://github.com/bmf-san/gobel-admin-client-example)\n- [gobel-client-example](https://github.com/bmf-san/gobel-client-example)\n- [gobel-example](https://github.com/bmf-san/gobel-example)\n- [gobel-ops-example](https://github.com/bmf-san/gobel-ops-example)\n- [migrate-rubel-to-gobel](https://github.com/bmf-san/migrate-rubel-to-gobel)\n\n# Dockerhub\n[bmfsan/gobel-api](https://hub.docker.com/r/bmfsan/gobel-api)\n\n# Features\n- Support Go 1.21\n\n# Documentation\n- [Coding Rule](https://github.com/bmf-san/gobel-api/blob/master/doc/CodingRule.md)\n- [Database](https://github.com/bmf-san/gobel-api/blob/master/doc/database/README.md)\n- [API](https://github.com/bmf-san/gobel-api/blob/master/doc/API.md)\n- [Specification](https://github.com/bmf-san/gobel-api/blob/master/doc/Specification.md)\n- [Talend API Tester](https://github.com/bmf-san/gobel-api/blob/master/doc/gobel-api.json)\n\n# Get started\n## Edit an env file\n`cp .env_example .env`\n\n##  Edit a host file\n```\n127.0.0.1 gobel-api.local\n```\n\n## Create a network\n`docker network create --driver bridge gobel_link`\n\n## Create certificates\n`make create-certs`\n\n## Build containers\n`make docker-compose-build`\n\n## Run containers\n```\nmake docker-compose-up\n\nor\n\nmake-docker-compose-up-d\n```\n\nThen go to `gobel-api.local`\n\n## Run tests\n|     command     |                            description                             |\n| --------------- | ------------------------------------------------------------------ |\n| make test       | Run unit tests                                                     |\n| make test-cover | Run unit tests with cover options. ex. make test-cover OUT=\"c.out\" |\n\n# Architecture\ngobel-api is based on Clean Architecture.\n\n|        Layer         |   Directory    |\n| -------------------- | -------------- |\n| Frameworks \u0026 Drivers | infrastructure |\n| Interface            | interfaces     |\n| Usecase              | usecase        |\n| Entities             | domain         |\n\ncf. [bmf-tech.com - Golangでクリーンアーキテクチャに入門する](https://bmf-tech.com/posts/Golang%E3%81%A7%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%A2%E3%83%BC%E3%82%AD%E3%83%86%E3%82%AF%E3%83%81%E3%83%A3%E3%81%AB%E5%85%A5%E9%96%80%E3%81%99%E3%82%8B)\n\n# Contribution\nIssues and Pull Requests are always welcome.\n\nWe would be happy to receive your contributions.\n\nPlease review the following documents before making a contribution.\n\n[CODE_OF_CONDUCT](https://github.com/bmf-san/gobel-api/blob/master/.github/CODE_OF_CONDUCT.md)\n[CONTRIBUTING](https://github.com/bmf-san/gobel-api/blob/master/.github/CONTRIBUTING.md)\n\n# License\nBased on the MIT License.\n\n[LICENSE](https://github.com/bmf-san/gobel-api/blob/master/LICENSE)\n\n## Author\n[bmf-san](https://github.com/bmf-san)\n\n- Email\n  - bmf.infomation@gmail.com\n- Blog\n  - [bmf-tech.com](http://bmf-tech.com)\n- Twitter\n  - [bmf-san](https://twitter.com/bmf-san)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmf-san%2Fgobel-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmf-san%2Fgobel-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmf-san%2Fgobel-api/lists"}