All Projects → givebloodorg → Doesangue Core

givebloodorg / Doesangue Core

Licence: mit
Online platform that connects people interested in blood donation

Projects that are alternatives of or similar to Doesangue Core

Pixelfed
Photo Sharing. For Everyone.
Stars: ✭ 3,237 (+3457.14%)
Mutual labels:  laravel, social-network
Socialnetwork
Laravel and Vue.JS powerd social network
Stars: ✭ 101 (+10.99%)
Mutual labels:  laravel, social-network
Groups
A Laravel 5 user groups package
Stars: ✭ 66 (-27.47%)
Mutual labels:  laravel, social-network
Laravel Social Network
Laravel 5.4 - location-based social network
Stars: ✭ 114 (+25.27%)
Mutual labels:  laravel, social-network
Laravel Social Auto Posting
🌈Laravel social auto posting
Stars: ✭ 306 (+236.26%)
Mutual labels:  laravel, social-network
Laravel Love
Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
Stars: ✭ 822 (+803.3%)
Mutual labels:  laravel, social-network
Voten
The code that powers voten.co
Stars: ✭ 1,215 (+1235.16%)
Mutual labels:  laravel, social-network
Laravel Prefixed Ids
Friendly prefixed IDs for Laravel models
Stars: ✭ 88 (-3.3%)
Mutual labels:  laravel
Laravel Analytics
Analytics for the Laravel framework.
Stars: ✭ 91 (+0%)
Mutual labels:  laravel
Facebookclientplugin
Facebook Client Plugin for Xamarin iOS and Android
Stars: ✭ 89 (-2.2%)
Mutual labels:  social-network
Artify
The Missing Laravel Commands
Stars: ✭ 89 (-2.2%)
Mutual labels:  laravel
Elastic Scout Driver Plus
Extension for Elastic Scout Driver
Stars: ✭ 90 (-1.1%)
Mutual labels:  laravel
Icon Workshop
图标工场 - 移动应用图标生成工具,一键生成所有尺寸的应用图标和启动图
Stars: ✭ 1,303 (+1331.87%)
Mutual labels:  laravel
Barcodegen
Barcode Generator
Stars: ✭ 89 (-2.2%)
Mutual labels:  laravel
Alpaca Spa Laravel
Alpaca-Spa-Laravel 是用Alpaca-Spa + Laravel 前后端分离开发的一款后台管理系统的DEMO,当然你也可以用他来为前台编写http接口、websocket接口
Stars: ✭ 91 (+0%)
Mutual labels:  laravel
Blog System In Laravel
Complete Blog System in Laravel
Stars: ✭ 89 (-2.2%)
Mutual labels:  laravel
Laravel Plain Sqs
Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
Stars: ✭ 91 (+0%)
Mutual labels:  laravel
Forsun Laravel
高性能的定时调度服务。
Stars: ✭ 91 (+0%)
Mutual labels:  laravel
Laravel Totem
Manage Your Laravel Schedule From A Web Dashboard
Stars: ✭ 1,299 (+1327.47%)
Mutual labels:  laravel
Tradenomiitti
A web app written in Elm
Stars: ✭ 90 (-1.1%)
Mutual labels:  social-network

Read about it here

Packagist All Contributors Build Status codecov Scrutinizer Code Quality Build Status Code Coverage

Topics.

What?

doesangue.me is a free (and opensource and free) platform that connects people interesting in blood donation.

Why?

Instalation

If you want to install locally or deploy to your server/infra please follow the guide at our Wiki

Development

Docker

  • Docker 1.12+
  • docker-compose 1.8+
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
Artisan commands

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

Service

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

Contributing

To contribute to this repo, please check the documentation/guide at Contributing

Contributors

We consider and respect everybody that contribute to our project. Check the complete list of contributors in CONTRIBUTORS doc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].