{"id":13411215,"url":"https://github.com/binary-coffee-dev/dcs-blog","last_synced_at":"2025-03-14T16:34:12.207Z","repository":{"id":40236721,"uuid":"225615643","full_name":"binary-coffee-dev/dcs-blog","owner":"binary-coffee-dev","description":"Our own blog for the community","archived":false,"fork":false,"pushed_at":"2024-05-02T10:03:54.000Z","size":4056,"stargazers_count":9,"open_issues_count":27,"forks_count":0,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2024-05-20T03:19:23.559Z","etag":null,"topics":["blog","docker","graphql","hacktoberfest","strapi"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binary-coffee-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2019-12-03T12:34:28.000Z","updated_at":"2024-07-30T22:52:11.587Z","dependencies_parsed_at":"2024-01-03T10:44:07.692Z","dependency_job_id":"6fa12613-1888-4749-9fe7-abc3e982aa4c","html_url":"https://github.com/binary-coffee-dev/dcs-blog","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/binary-coffee-dev%2Fdcs-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-coffee-dev%2Fdcs-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-coffee-dev%2Fdcs-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-coffee-dev%2Fdcs-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binary-coffee-dev","download_url":"https://codeload.github.com/binary-coffee-dev/dcs-blog/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243610955,"owners_count":20319059,"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":["blog","docker","graphql","hacktoberfest","strapi"],"created_at":"2024-07-30T20:01:12.206Z","updated_at":"2025-03-14T16:34:11.813Z","avatar_url":"https://github.com/binary-coffee-dev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/binary-coffee-dev/sponsorships?preview=false\u0026frequency=recurring\u0026amount=5","https://www.paypal.com/donate?hosted_button_id=66HG7ANLYHYZ4","https://www.patreon.com/join/7569568/checkout?ru=undefined","https://www.buymeacoffee.com/binarycoffee"],"categories":["Web Applications"],"sub_categories":["Desktop"],"readme":"# Binary Coffee API\n\n|branch|`master`|`develop`|\n|---|---|---|\n|build|![Build Status](https://github.com/binary-coffee-dev/dcs-blog/actions/workflows/deployment.yml/badge.svg?branch=master)|![Build Status](https://github.com/binary-coffee-dev/dcs-blog/actions/workflows/deployment.yml/badge.svg?branch=develop)|\n|coverage|[![codecov](https://codecov.io/gh/binary-coffee-dev/dcs-blog/branch/master/graph/badge.svg?token=p4GAR0FbLK)](https://codecov.io/gh/binary-coffee-dev/dcs-blog)|[![codecov](https://codecov.io/gh/binary-coffee-dev/dcs-blog/branch/develop/graph/badge.svg?token=p4GAR0FbLK)](https://codecov.io/gh/binary-coffee-dev/dcs-blog)|\n\nThis the API application of the website [binary-coffee.dev](https://binary-coffee.dev). This API is based in [strapi](https://strapi.io).\n\n## Setup project\n\nBefore start the project, make sure that mongodb is properly working in the 27017 port, or you can use the database configuration of this project in this repository: [blog-database](https://github.com/dcs-community/blog-database)\n\n### Start project\n\n**Via docker**\n\n```\ndocker-compose up -d\n```\n\n**Via command line**\n```\nnpm start\n```\n\n## Run tests\n\n```\nnpm test\n```\n\n## Environment variables\n\n- `DATABASE_NAME`: database name, default: `blog-dev`\n- `DATABASE_HOST`: database host, default: `127.0.0.1`\n- `DATABASE_PORT`: database port, default: `27018`\n- `DATABASE_USERNAME`: database username, *OPTIONAL*\n- `DATABASE_PASSWORD`: database password, *OPTIONAL*\n- `CAPTCHA_SECRET`: secret use for generate the captcha\n- `API_URL`: API url\n- `SITE_URL`: website url\n\n## Contributing\n\nAny contribution is welcome, but please first read the CONTRIBUTING guide: [CONTRIBUTING.md](./CONTRIBUTING.md)\n\nYou can also support the community donating money for our infrastructure and other related expenses:\n\n|Donation method|Badge|\n|-------------|----|\n|Github sponsor|[![GitHub Sponsors](https://img.shields.io/github/sponsors/binary-coffee-dev?style=for-the-badge\u0026color=success\u0026logo=githubsponsors)](https://github.com/sponsors/binary-coffee-dev/sponsorships?preview=false\u0026frequency=recurring\u0026amount=5)|\n|Paypal|[![paypal](https://img.shields.io/badge/paypal-donate-success?style=for-the-badge\u0026logo=paypal)](https://www.paypal.com/donate?hosted_button_id=66HG7ANLYHYZ4)|\n|Patreon|[![patreon](https://img.shields.io/badge/patreon-join-success?style=for-the-badge\u0026logo=patreon)](https://www.patreon.com/join/7569568/checkout?ru=undefined)|\n|Bitcoin|[![Donate with Bitcoin](https://en.cryptobadges.io/badge/big/bc1q3vszxqvms8snh72qdp8a20v79n4c838zw0n9jg)](https://en.cryptobadges.io/donate/bc1q3vszxqvms8snh72qdp8a20v79n4c838zw0n9jg)|\n|Etherium|[![Donate with Ethereum](https://en.cryptobadges.io/badge/big/0x2f2EB4006Bb9b5fd20369691103B97fA13980a58)](https://en.cryptobadges.io/donate/0x2f2EB4006Bb9b5fd20369691103B97fA13980a58)|\n|Invite us to a coffee|[![](https://cdn.buymeacoffee.com/buttons/arial-green.png)](https://www.buymeacoffee.com/binarycoffee)|\n\nThank you for the help!!!\n\n## License\n\nThe license of this application can be found here [LICENSE.md](./LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinary-coffee-dev%2Fdcs-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinary-coffee-dev%2Fdcs-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinary-coffee-dev%2Fdcs-blog/lists"}