{"id":13709189,"url":"https://github.com/givebloodorg/doesangue-core","last_synced_at":"2025-05-06T15:32:25.173Z","repository":{"id":31301013,"uuid":"34863210","full_name":"givebloodorg/doesangue-core","owner":"givebloodorg","description":"Online platform that connects people interested in blood donation","archived":false,"fork":false,"pushed_at":"2023-10-11T21:59:07.000Z","size":3693,"stargazers_count":87,"open_issues_count":7,"forks_count":15,"subscribers_count":9,"default_branch":"development","last_synced_at":"2024-11-13T19:39:46.690Z","etag":null,"topics":["api-server","donations","help-wanted","laravel","php","social-network"],"latest_commit_sha":null,"homepage":"https://givebloodorg.github.io","language":"PHP","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/givebloodorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"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":"JoseCage","patreon":"josecage","open_collective":null,"ko_fi":null,"tidelift":null,"custom":null}},"created_at":"2015-04-30T15:54:23.000Z","updated_at":"2024-11-02T00:02:48.000Z","dependencies_parsed_at":"2024-11-13T19:33:28.473Z","dependency_job_id":"ffa10ecf-5583-4365-b029-5389f0e77226","html_url":"https://github.com/givebloodorg/doesangue-core","commit_stats":{"total_commits":270,"total_committers":8,"mean_commits":33.75,"dds":0.1074074074074074,"last_synced_commit":"205d186c3138040e13704d377570575cafd9b5a4"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givebloodorg%2Fdoesangue-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givebloodorg%2Fdoesangue-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givebloodorg%2Fdoesangue-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/givebloodorg%2Fdoesangue-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/givebloodorg","download_url":"https://codeload.github.com/givebloodorg/doesangue-core/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252713020,"owners_count":21792411,"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":["api-server","donations","help-wanted","laravel","php","social-network"],"created_at":"2024-08-02T23:00:36.611Z","updated_at":"2025-05-06T15:32:20.307Z","avatar_url":"https://github.com/givebloodorg.png","language":"PHP","funding_links":["https://github.com/sponsors/JoseCage","https://patreon.com/josecage"],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"Read about it [here](https://medium.com/@JoseCage/chegou-a-hora-do-adeus-doesangue-e-um-recomeço-para-mim-faf11ab27163)\n\n[![Packagist](https://img.shields.io/packagist/v/doesangueorg/core.svg)](https://packagist.org/packages/doesangueorg/core)\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)\n[![Build Status](https://travis-ci.org/doesangueorg/doesangue-core.svg?branch=master)](https://travis-ci.org/doesangueorg/doesangue-core)\n[![codecov](https://codecov.io/gh/doesangueorg/doesangue-core/branch/master/graph/badge.svg)](https://codecov.io/gh/doesangueorg/doesangue-core)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/doesangueorg/doesangue-core/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/doesangueorg/doesangue-core/?branch=master)\n[![Build Status](https://scrutinizer-ci.com/g/doesangueorg/doesangue-core/badges/build.png?b=master)](https://scrutinizer-ci.com/g/doesangueorg/doesangue-core/build-status/master)\n[![Code Coverage](https://scrutinizer-ci.com/g/doesangueorg/doesangue-core/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/doesangueorg/doesangue-core/?branch=master)\n\n\n#### Topics.\n* [What](#what)?\n* [Why](#why)?\n* [Instalation](#instalation)\n* [Development](#development)\n* [Contributing](#contributing)\n* [Contributors](#contributors)\n\n## What?\n[doesangue.me](https://doesangue.me) is a free (and opensource and free) platform that connects people interesting in blood donation.\n\n## Why?\n\n\n# Instalation\n\nIf you want to install locally or deploy to your server/infra please follow the guide at our [Wiki](https://github.com/doesangueorg/doesangue-core/wiki)\n\n## Development\n\n### Docker\n\n- Docker 1.12+\n- docker-compose 1.8+\n\n```shell\ndocker-compose run app composer install # install php dependencies\n```\n\n```shell\ndocker-compose run app php artisan key:generate # generate the API_KEY\n```\n\n```shell\ndocker-compose run app php artisan migrate --seed # run the migrations\n```\n\n##### Artisan commands\nUsing the command `docker-compose run app php artisan` you can see all available artisan commands\n\nEx:\n\n```shell\ndocker-compose run app php artisan # list the commands\ndocker-compose run app php artisan route:list # list all routes of our API\n```\n\n#### Service\n\u003e By default the API run's in `localhost:8080`\n\n```shell\ndocker-compose up # run's the service\n```\n\nTo run the service in background:\n\n```shell\ndocker-compose up -d # run's the service in background\ndocker-compose down # stop and kill the service\n```\n\n\n### Contributing\nTo contribute to this repo, please check the documentation/guide at [Contributing](CONTRIBUTING.md)\n\n### Contributors\nWe consider and respect everybody that contribute to our project.\nCheck the complete list of contributors in [CONTRIBUTORS](CONTRIBUTORS.md) doc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgivebloodorg%2Fdoesangue-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgivebloodorg%2Fdoesangue-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgivebloodorg%2Fdoesangue-core/lists"}