| Package Data | |
|---|---|
| Maintainer Username: | josecage | 
| Package Create Date: | 2015-04-30 | 
| Package Last Update: | 2023-10-11 | 
| Home Page: | https://givebloodorg.github.io | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-25 03:00:35 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 10 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 87 | 
| Total Watchers: | 8 | 
| Total Forks: | 15 | 
| Total Open Issues: | 7 | 
Read about it here
doesangue.me is a free (and opensource and free) platform that connects people interesting in blood donation.
If you want to install locally or deploy to your server/infra please follow the guide at our Wiki
docker-compose run app composer install # install php dependencies
docker-compose run app php artisan key:generate # generate the API_KEY
docker-compose run app php artisan migrate --seed # run the migrations
Using the command docker-compose run app php artisan you can see all available artisan commands
Ex:
docker-compose run app php artisan # list the commands
docker-compose run app php artisan route:list # list all routes of our API
By default the API run's in
localhost:8080
docker-compose up # run's the service
To run the service in background:
docker-compose up -d # run's the service in background
docker-compose down # stop and kill the service
To contribute to this repo, please check the documentation/guide at Contributing
We consider and respect everybody that contribute to our project. Check the complete list of contributors in CONTRIBUTORS doc.