doesangue core
v1.0.0-beta
在这里阅读它
diOangue.me是一个免费的(且免费的)平台,它连接了献血中有趣的人。
如果您想在本地安装或部署到服务器/INFRA,请在我们的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 使用命令docker-compose run app php artisan您可以看到所有可用的工匠命令
前任:
docker-compose run app php artisan # list the commands
docker-compose run app php artisan route:list # list all routes of our API 默认情况下,
localhost:8080
docker-compose up # run's the service在后台运行服务:
docker-compose up -d # run's the service in background
docker-compose down # stop and kill the service为了为此回购做出贡献,请检查贡献的文档/指南
我们考虑并尊重每个为我们的项目做出贡献的每个人。检查贡献者文档中贡献者的完整列表。